Messages in this thread |  | | | Date | Fri, 01 Jun 2012 18:53:41 -0400 (EDT) | | Subject | Re: [UPDATED PATCH 21/27] sparc32, smpboot: Use generic SMP booting infrastructure | | From | David Miller <> |
| |
From: "Srivatsa S. Bhat" <srivatsa.bhat@linux.vnet.ibm.com> Date: Sat, 02 Jun 2012 04:17:47 +0530
> > Convert sparc32 to use the generic framework to boot secondary CPUs. > > Notes: > While removing the call to cpu_idle(), we can also remove the call to > cpu_panic() because we are calling BUG() in the generic code anyway. > > Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Almost there, but not quite yet.
You can't get rid of the cpu_panic invocations, those have to be there after the *_callin calls to catch if they accidently return.
|  |