commit | fe7eb5d88bd593a35a13a0a84997ab6c41397bac | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 02:00:47 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.(none)> | Sun Sep 25 02:00:47 2005 +0200 |
tree | dd5040f7031de8efb5f562f826b3ee8f0d929158 | |
parent | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 [diff] [blame] |
Cleanup
diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c index 1d254c7..a43a3ed 100644 --- a/cpu/arm920t/interrupts.c +++ b/cpu/arm920t/interrupts.c
@@ -165,7 +165,7 @@ /* ASSUMED to be a timer interrupt */ /* Just clear it - count handled in */ /* integratorap.c */ - *(volatile ulong *)(CFG_TIMERBASE + 0x0C) = 0; + *(volatile ulong *)(CFG_TIMERBASE + 0x0C) = 0; #else printf ("interrupt request\n"); show_regs (pt_regs);