Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24916
b: refs/heads/master
c: 3055add
h: refs/heads/master
v: v3
  • Loading branch information
Dimitri Sivanich authored and Linus Torvalds committed Mar 31, 2006
1 parent 30a5205 commit 6cc4f7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 669d7868ae414cdb7b7e5df375dc8e4b47f26f6d
refs/heads/master: 3055addadbe9bfb2365006a1c13fd342a8d30d52
3 changes: 3 additions & 0 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ static inline void run_hrtimer_queue(struct hrtimer_base *base)
{
struct rb_node *node;

if (!base->first)
return;

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

Expand Down

0 comments on commit 6cc4f7a

Please sign in to comment.