Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277419
b: refs/heads/master
c: b0145bf
h: refs/heads/master
i:
  277417: 0378d0f
  277415: 67d9ecf
v: v3
  • Loading branch information
Deepak Saxena authored and John Stultz committed Nov 22, 2011
1 parent 652699f commit 11bc8e8
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: b7743970b054a08acf6445cc6d10838e60cdb639
refs/heads/master: b0145bf3660359507a22e71b20b666c6620fa3a8
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/mach_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define CALIBRATE_TIME_MSEC 30 /* 30 msecs */
#define CALIBRATE_LATCH \
((CLOCK_TICK_RATE * CALIBRATE_TIME_MSEC + 1000/2)/1000)
((PIT_TICK_RATE * CALIBRATE_TIME_MSEC + 1000/2)/1000)

static inline void mach_prepare_counter(void)
{
Expand Down

0 comments on commit 11bc8e8

Please sign in to comment.