Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22857
b: refs/heads/master
c: 3980680
h: refs/heads/master
i:
  22855: 8ab6a43
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Mar 22, 2006
1 parent f3f53c1 commit f1da56e
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: 112d02e8d556ea0512afcfc3b0110c87ec9eb5f9
refs/heads/master: 39806805de0314d5847bfd6d046ad7d4407ccd46
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-at91rm9200/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_r
if (at91_sys_read(AT91_ST_SR) & AT91_ST_PITS) { /* This is a shared interrupt */
write_seqlock(&xtime_lock);

do {
while (((read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV) >= LATCH) {
timer_tick(regs);
rtar = (at91_sys_read(AT91_ST_RTAR) + LATCH) & AT91_ST_ALMV;
at91_sys_write(AT91_ST_RTAR, rtar);
} while (((read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV) >= LATCH);
}

write_sequnlock(&xtime_lock);

Expand Down

0 comments on commit f1da56e

Please sign in to comment.