summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-atlas
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2006-09-12 19:12:18 +0100
committerRalf Baechle <ralf@linux-mips.org>2006-09-27 13:37:42 +0100
commitfc095a902181b72ce77a10feb7b36ba1cbacd736 (patch)
treefdd84f9ea29f26dea3ae340ca168e2a2df27b3be /include/asm-mips/mach-atlas
parent3ee24e1b1e0b5ae413a85ba63677a7110915e3af (diff)
downloadlinux-fc095a902181b72ce77a10feb7b36ba1cbacd736.tar.bz2
[MIPS] Atlas: update interrupt handling
The following change updates the Atlas interrupt handling to match that of Malta. Tested with a 5Kc and a 34Kf successfully. Signed-off-by: Maciej W. Rozycki <macro@mips.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-atlas')
-rw-r--r--include/asm-mips/mach-atlas/mc146818rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mach-atlas/mc146818rtc.h b/include/asm-mips/mach-atlas/mc146818rtc.h
index fc09928571d6..a73a5698420c 100644
--- a/include/asm-mips/mach-atlas/mc146818rtc.h
+++ b/include/asm-mips/mach-atlas/mc146818rtc.h
@@ -33,7 +33,7 @@
#define RTC_PORT(x) (ATLAS_RTC_ADR_REG + (x) * 8)
#define RTC_IO_EXTENT 0x100
#define RTC_IOMAPPED 0
-#define RTC_IRQ ATLASINT_RTC
+#define RTC_IRQ ATLAS_INT_RTC
static inline unsigned char CMOS_READ(unsigned long addr)
{