Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117625
b: refs/heads/master
c: dc4304f
h: refs/heads/master
i:
  117623: 9101b8e
v: v3
  • Loading branch information
Arjan van de Ven committed Oct 13, 2008
1 parent ca19fdb commit 5451426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 030aebd2e439a2ebcca2b0ce30a02ed84feb043e
refs/heads/master: dc4304f7deee29fcdf6a2b62f7146ea7f505fd42
8 changes: 2 additions & 6 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1395,15 +1395,11 @@ void hrtimer_peek_ahead_timers(void)
unsigned long flags;
struct tick_device *td;
struct clock_event_device *dev;
struct hrtimer_cpu_base *cpu_base;
if (hrtimer_hres_active())

if (!hrtimer_hres_active())
return;

local_irq_save(flags);
cpu_base = &__get_cpu_var(hrtimer_bases);
if (!cpu_base->hres_active)
goto out;

td = &__get_cpu_var(tick_cpu_device);
if (!td)
goto out;
Expand Down

0 comments on commit 5451426

Please sign in to comment.