hrtimers: fix typo

Found by Thomas Gleixner.

This caused the lockups i've bisected back to the range-hrtimers tree.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2008-10-14 16:55:36 +02:00
parent 9fd87545c9
commit 2778d0d51d
+1 -1
View File
@@ -1396,7 +1396,7 @@ void hrtimer_peek_ahead_timers(void)
struct tick_device *td;
struct clock_event_device *dev;
if (hrtimer_hres_active())
if (!hrtimer_hres_active())
return;
local_irq_save(flags);