Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276530
b: refs/heads/master
c: c9c024b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Dec 6, 2011
1 parent 16450c0 commit bac7390
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d68fb11c3dae75c8331538dcf083a65e697cc034
refs/heads/master: c9c024b3f3e07d087974db4c0dc46217fff3a6c0
2 changes: 1 addition & 1 deletion trunk/kernel/time/alarmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static enum hrtimer_restart alarmtimer_fired(struct hrtimer *timer)
struct alarm *alarm;
ktime_t expired = next->expires;

if (expired.tv64 >= now.tv64)
if (expired.tv64 > now.tv64)
break;

alarm = container_of(next, struct alarm, node);
Expand Down

0 comments on commit bac7390

Please sign in to comment.