Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75507
b: refs/heads/master
c: 8ee291f
h: refs/heads/master
i:
  75505: c19aa80
  75503: 440f488
v: v3
  • Loading branch information
Bernhard Walle authored and Ingo Molnar committed Jan 15, 2008
1 parent 41700ac commit 845ca84
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: d43a3312c77eb6bbf71fbadefb1683f6d197bf91
refs/heads/master: 8ee291f87c5dcebcf9c3a0ee4e021586897db364
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id)
hpet_pie_count = 0;
}

if (hpet_rtc_flags & RTC_PIE &&
if (hpet_rtc_flags & RTC_AIE &&
(curr_time.tm_sec == hpet_alarm_time.tm_sec) &&
(curr_time.tm_min == hpet_alarm_time.tm_min) &&
(curr_time.tm_hour == hpet_alarm_time.tm_hour))
Expand Down

0 comments on commit 845ca84

Please sign in to comment.