summaryrefslogtreecommitdiffstats
path: root/kernel/hrtimer.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-14 16:55:36 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-14 16:55:36 +0200
commit2778d0d51dd5007c4909c1d9874f5e9097785a7a (patch)
tree118c222aa98b61a48529b6678b5eb0ee95db211a /kernel/hrtimer.c
parent9fd87545c97b91cf9cfa52e914d66863878efe60 (diff)
downloadop-kernel-dev-2778d0d51dd5007c4909c1d9874f5e9097785a7a.zip
op-kernel-dev-2778d0d51dd5007c4909c1d9874f5e9097785a7a.tar.gz
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>
Diffstat (limited to 'kernel/hrtimer.c')
-rw-r--r--kernel/hrtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index eb2cf98..2bd230b 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -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);
OpenPOWER on IntegriCloud