Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48467
b: refs/heads/master
c: 3e94fb8
h: refs/heads/master
i:
  48465: 7e769fd
  48463: 8c1848a
v: v3
  • Loading branch information
Roland Dreier authored and Andi Kleen committed Feb 13, 2007
1 parent 9ef4937 commit ec9c1f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ee4eff6ff6cbfc8ce38131058a18802bf6206879
refs/heads/master: 3e94fb8f54c5305ed472e0867cd67d53e05bfb64
5 changes: 3 additions & 2 deletions trunk/arch/x86_64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1226,8 +1226,9 @@ static void hpet_rtc_timer_reinit(void)
if (PIE_on)
PIE_count += lost_ints;

printk(KERN_WARNING "rtc: lost some interrupts at %ldHz.\n",
hpet_rtc_int_freq);
if (printk_ratelimit())
printk(KERN_WARNING "rtc: lost some interrupts at %ldHz.\n",
hpet_rtc_int_freq);
}
}

Expand Down

0 comments on commit ec9c1f3

Please sign in to comment.