From: "Randy.Dunlap" From: Luiz Fernando Capitulino --- 25-akpm/mm/slab.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slab.c~mm_slab_init mm/slab.c --- 25/mm/slab.c~mm_slab_init 2004-03-16 18:48:49.650170608 -0800 +++ 25-akpm/mm/slab.c 2004-03-16 18:48:49.661168936 -0800 @@ -576,7 +576,7 @@ static void __slab_error(const char *fun * Add the CPU number into the expiry time to minimize the possibility of the * CPUs getting into lockstep and contending for the global cache chain lock. */ -static void start_cpu_timer(int cpu) +static void __init start_cpu_timer(int cpu) { struct timer_list *rt = &per_cpu(reap_timers, cpu); _