mm/slab.c: start_cpu_timer() should be __cpuinit
authorAdrian Bunk <bunk@stusta.de>
Mon, 16 Jul 2007 06:38:20 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:36 +0000 (09:05 -0700)
commit897e679b17460b52752a038af29db356fe1bd759
tree9b921ff267dabfbc662e4d245e6bc86a52a6f5ce
parent6ea6e6887dad1fd44e6d5020a0fd355af4f2b6b3
mm/slab.c: start_cpu_timer() should be __cpuinit

start_cpu_timer() should be __cpuinit (which also matches what it's
callers are).

__devinit didn't cause problems, it simply wasted a few bytes of memory
for the common CONFIG_HOTPLUG_CPU=n case.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slab.c