Skip to content

Commit

Permalink
hrtimers: fix typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent 9fd8754 commit 2778d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2778d0d

Please sign in to comment.