projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd8754
)
hrtimers: fix typo
author
Ingo Molnar
<mingo@elte.hu>
Tue, 14 Oct 2008 14:55:36 +0000
(16:55 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 14 Oct 2008 14:55:36 +0000
(16:55 +0200)
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>
kernel/hrtimer.c
patch
|
blob
|
history
diff --git
a/kernel/hrtimer.c
b/kernel/hrtimer.c
index eb2cf984959fe154a8c3cdd07129227a95bc6e31..2bd230be1cb5ae3a778546d2ed0e651e153ba46e 100644
(file)
--- 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);