Re: [PATCH] Change cpu_up and co from __devinit to __cpuinit

2007-01-08 Thread Andrew Morton
On Sat, 6 Jan 2007 09:39:07 -0500 Gautham R Shenoy <[EMAIL PROTECTED]> wrote: > Compiling the kernel with CONFIG_HOTPLUG = y and CONFIG_HOTPLUG_CPU = n > with CONFIG_RELOCATABLE = y generates the following modpost warnings > > WARNING: vmlinux - Section mismatch: reference to .init.data: from >

[PATCH] Change cpu_up and co from __devinit to __cpuinit

2007-01-06 Thread Gautham R Shenoy
Compiling the kernel with CONFIG_HOTPLUG = y and CONFIG_HOTPLUG_CPU = n with CONFIG_RELOCATABLE = y generates the following modpost warnings WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between '_cpu_up' (at offset 0xc0141b7d) and 'cpu_up' WARNING: vmlinux - Section mi