From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Date: Wed, 18 Sep 2013 01:23:58 +0200 (CEST) > I knew that I'd get it wrong :) So is adding another nop the right > thing to do ? > > bne,pn %xcc, kern_fpucheck > - sethi %hi(PREEMPT_ACTIVE), %l6 > - stw %l6, [%g6 + TI_PRE_COUNT] > - call schedule > + nop > + call preempt_schedule_irq > nop Yep, that's perfect: Acked-by: David S. Miller <davem@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html