Re: [PATCH 20/27] sparc64, smpboot: Use generic SMP bootinginfrastructure

From: David Miller
Date: Fri Jun 01 2012 - 14:05:16 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/