From: "Srivatsa S. Bhat" <srivatsa.bhat@xxxxxxxxxxxxxxxxxx> Date: Fri, 01 Jun 2012 14:44:54 +0530 > - call cpu_idle > mov 0, %o0 ... > - call cpu_idle > mov 0, %o0 The 'mov' has to be removed too, it's in the delay slot of the call instruction and is passing in the first argument. -- 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