Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109643
b: refs/heads/master
c: 7cfb043
h: refs/heads/master
i:
  109641: 4c2d436
  109639: 6b8f6a2
v: v3
  • Loading branch information
Thomas Gleixner committed Sep 5, 2008
1 parent 60a4ab5 commit a796884
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1fb9b7d29d8e85ba3196eaa7ab871bf76fc98d36
refs/heads/master: 7cfb0435330364f90f274a26ecdc5f47f738498c
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ static void hpet_legacy_clockevent_register(void)
/* Calculate the min / max delta */
hpet_clockevent.max_delta_ns = clockevent_delta2ns(0x7FFFFFFF,
&hpet_clockevent);
hpet_clockevent.min_delta_ns = clockevent_delta2ns(0x30,
&hpet_clockevent);
/* 5 usec minimum reprogramming delta. */
hpet_clockevent.min_delta_ns = 5000;

/*
* Start hpet with the boot cpu mask and make it
Expand Down

0 comments on commit a796884

Please sign in to comment.