| | Date | Fri, 01 Jun 2012 13:55:22 -0400 (EDT) | | Subject | Re: [PATCH 20/27] sparc64, smpboot: Use generic SMP booting infrastructure | | From | David Miller <> |
| |
From: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com> 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.
|