Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5989
b: refs/heads/master
c: 9138dcc
h: refs/heads/master
i:
  5987: a01c1a8
v: v3
  • Loading branch information
Deepak Saxena authored and Linus Torvalds committed Aug 24, 2005
1 parent 61cbadf commit 43fc4b8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d10689b68aff7b48e3de1a3f7fcd6567bd2905af
refs/heads/master: 9138dccbb9f39f12474554ef93dcc24de2e9c8f6
6 changes: 4 additions & 2 deletions trunk/include/asm-arm/arch-ixp4xx/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

/*
* We use IXP425 General purpose timer for our timer needs, it runs at
* 66.66... MHz
* 66.66... MHz. We do a convulted calculation of CLOCK_TICK_RATE b/c the
* timer register ignores the bottom 2 bits of the LATCH value.
*/
#define CLOCK_TICK_RATE (66666666)
#define FREQ 66666666
#define CLOCK_TICK_RATE (((FREQ / HZ & ~IXP4XX_OST_RELOAD_MASK) + 1) * HZ)

0 comments on commit 43fc4b8

Please sign in to comment.