It's now called from the CPU hot-add notifier.


---

 25-akpm/mm/slab.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/slab.c~slab-oops-fix mm/slab.c
--- 25/mm/slab.c~slab-oops-fix	2004-03-20 23:49:48.757583024 -0800
+++ 25-akpm/mm/slab.c	2004-03-20 23:49:48.761582416 -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 __init start_cpu_timer(int cpu)
+static void __devinit start_cpu_timer(int cpu)
 {
 	struct timer_list *rt = &per_cpu(reap_timers, cpu);
 

_