Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131264
b: refs/heads/master
c: 8389514
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 5, 2009
1 parent 2ba13b7 commit 24086b4
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: 483b4ee60edbefdfbff0dd538fb81f368d9e7c0d
refs/heads/master: 83895147b702434e6f236deeca75211fd0e3da3a
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ static void hpet_rtc_timer_reinit(void)
hpet_t1_cmp += delta;
hpet_writel(hpet_t1_cmp, HPET_T1_CMP);
lost_ints++;
} while ((long)(hpet_readl(HPET_COUNTER) - hpet_t1_cmp) > 0);
} while ((s32)(hpet_readl(HPET_COUNTER) - hpet_t1_cmp) > 0);

if (lost_ints) {
if (hpet_rtc_flags & RTC_PIE)
Expand Down

0 comments on commit 24086b4

Please sign in to comment.