www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / kernel / linux / mm / slab.c
index c838954..34d9e5b 100755 (executable)
@@ -2766,15 +2766,11 @@ static void reap_timer_fnc(unsigned long cpu)
 {
        struct timer_list *rt = &__get_cpu_var(reap_timers);
 
-#if 0 /* if 1 is TESTING */
-       mod_timer(rt, jiffies + REAPTIMEOUT_CPUC + cpu);
-#else
        /* CPU hotplug can drag us off cpu: don't run on wrong CPU */
        if (!cpu_is_offline(cpu)) {
                cache_reap();
                mod_timer(rt, jiffies + REAPTIMEOUT_CPUC + cpu);
        }
-#endif
 }
 
 #ifdef CONFIG_PROC_FS