Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299667
b: refs/heads/master
c: a6371f8
h: refs/heads/master
i:
  299665: 601c4fa
  299663: a02f2ce
v: v3
  • Loading branch information
Suresh Siddha authored and Thomas Gleixner committed Apr 19, 2012
1 parent e98ffbc commit 10ea7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b9a6a23566960d0dd3f51e2e68b472cd61911078
refs/heads/master: a6371f80230eaaafd7eef7efeedaa9509bdc982d
3 changes: 2 additions & 1 deletion trunk/kernel/time/tick-broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ int tick_resume_broadcast(void)
tick_get_broadcast_mask());
break;
case TICKDEV_MODE_ONESHOT:
broadcast = tick_resume_broadcast_oneshot(bc);
if (!cpumask_empty(tick_get_broadcast_mask()))
broadcast = tick_resume_broadcast_oneshot(bc);
break;
}
}
Expand Down

0 comments on commit 10ea7a3

Please sign in to comment.