]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/hrtimer.c
Remove argument from open_softirq which is always NULL
[net-next-2.6.git] / kernel / hrtimer.c
index 421be5fe5cc78f5d2be0eabd3ba2367fe1b15b3e..861b4088092a87c01aed8b6c0319b34f2e47d595 100644 (file)
@@ -1669,7 +1669,7 @@ void __init hrtimers_init(void)
                          (void *)(long)smp_processor_id());
        register_cpu_notifier(&hrtimers_nb);
 #ifdef CONFIG_HIGH_RES_TIMERS
-       open_softirq(HRTIMER_SOFTIRQ, run_hrtimer_softirq, NULL);
+       open_softirq(HRTIMER_SOFTIRQ, run_hrtimer_softirq);
 #endif
 }