summaryrefslogtreecommitdiffstats
path: root/cpu/arm920t
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 02:00:47 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 02:00:47 +0200
commitfe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch)
treedd5040f7031de8efb5f562f826b3ee8f0d929158 /cpu/arm920t
parent74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff)
downloadblackbird-obmc-uboot-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.gz
blackbird-obmc-uboot-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.zip
Cleanup
Diffstat (limited to 'cpu/arm920t')
-rw-r--r--cpu/arm920t/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c
index 1d254c76d7..a43a3ed4fe 100644
--- a/cpu/arm920t/interrupts.c
+++ b/cpu/arm920t/interrupts.c
@@ -165,7 +165,7 @@ void do_irq (struct pt_regs *pt_regs)
/* 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);
OpenPOWER on IntegriCloud