Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91338
b: refs/heads/master
c: 259aae8
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Apr 21, 2008
1 parent 18f723d commit 689134d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 833883d9ac4cfb31c1c4419335e68e6895a05b6b
refs/heads/master: 259aae864ceeb2b34e7bafa1ce18d096a357fab2
7 changes: 3 additions & 4 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1254,14 +1254,13 @@ void hrtimer_run_queues(void)
if (!base->first)
continue;

if (gettime) {
if (base->get_softirq_time)
base->softirq_time = base->get_softirq_time();
else if (gettime) {
hrtimer_get_softirq_time(cpu_base);
gettime = 0;
}

if (base->get_softirq_time)
base->softirq_time = base->get_softirq_time();

spin_lock(&cpu_base->lock);

while ((node = base->first)) {
Expand Down

0 comments on commit 689134d

Please sign in to comment.