]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit881e39b7531ae59b3c8fd85a58a946ec91ec7074
tree9b921ff267dabfbc662e4d245e6bc86a52a6f5ce
parent5aa05ac1a4c9aa558d5f79f20e8f1b876d042a56
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