| | Date | Sat, 21 Apr 2012 12:07:23 +1000 | | From | Stephen Rothwell <> | | Subject | Re: [patch 03/18] smp: Add generic smpboot facility |
| |
Hi Thomas,
On Fri, 20 Apr 2012 13:05:44 -0000 Thomas Gleixner <tglx@linutronix.de> wrote: > Index: linux-2.6/kernel/smpboot.c > =================================================================== > --- /dev/null > +++ linux-2.6/kernel/smpboot.c > @@ -0,0 +1,12 @@ > +/* > + * Common SMP CPU bringup/teardown functions > + */ > + > +#include "smpboot.h" > + > +/** > + * smpboot_prepare - generic smpboot preparation > + */ > +int __cpuinit smpboot_prepare(unsigned int cpu)
Where does this get its definition of __cpuinit?
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ [unhandled content-type:application/pgp-signature] |