Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160774
b: refs/heads/master
c: af1057a
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Russell King committed Aug 3, 2009
1 parent 1f32fb1 commit 2eda14e
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: ef12379f205bed7e92434e12ddd44e62d13bebe1
refs/heads/master: af1057abd7d5f97e17ab96e34d1920746188ddcb
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void __init ep93xx_map_io(void)
*/
static unsigned int last_jiffy_time;

#define TIMER4_TICKS_PER_JIFFY ((CLOCK_TICK_RATE + (HZ/2)) / HZ)
#define TIMER4_TICKS_PER_JIFFY DIV_ROUND_CLOSEST(CLOCK_TICK_RATE, HZ)

static irqreturn_t ep93xx_timer_interrupt(int irq, void *dev_id)
{
Expand Down

0 comments on commit 2eda14e

Please sign in to comment.