Hi Thomas, On Fri, 20 Apr 2012 13:05:44 -0000 Thomas Gleixner 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/