[2.6 patch] mm/slab.c: start_cpu_timer() should be __cpuinit

2007-06-17 Thread Adrian Bunk
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 <[EMAIL PROTECTED]> --- This patch has been sent on: - 28 Apr 2007 --

[2.6 patch] mm/slab.c: start_cpu_timer() should be __cpuinit

2007-04-28 Thread Adrian Bunk
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 <[EMAIL PROTECTED]> --- --- linux-2.6.21-rc7-mm2/mm/slab.c.old 2007-04