diff options
author | Maciej W. Rozycki <macro@mips.com> | 2006-09-12 14:12:18 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:42 -0400 |
commit | fc095a902181b72ce77a10feb7b36ba1cbacd736 (patch) | |
tree | fdd84f9ea29f26dea3ae340ca168e2a2df27b3be /arch/mips/mips-boards/generic | |
parent | 3ee24e1b1e0b5ae413a85ba63677a7110915e3af (diff) |
[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 'arch/mips/mips-boards/generic')
-rw-r--r-- | arch/mips/mips-boards/generic/time.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/mips-boards/generic/time.c b/arch/mips/mips-boards/generic/time.c index de5798e1e015..8d15861fce61 100644 --- a/arch/mips/mips-boards/generic/time.c +++ b/arch/mips/mips-boards/generic/time.c | |||
@@ -41,8 +41,13 @@ | |||
41 | 41 | ||
42 | #include <asm/mips-boards/generic.h> | 42 | #include <asm/mips-boards/generic.h> |
43 | #include <asm/mips-boards/prom.h> | 43 | #include <asm/mips-boards/prom.h> |
44 | |||
45 | #ifdef CONFIG_MIPS_ATLAS | ||
46 | #include <asm/mips-boards/atlasint.h> | ||
47 | #endif | ||
48 | #ifdef CONFIG_MIPS_MALTA | ||
44 | #include <asm/mips-boards/maltaint.h> | 49 | #include <asm/mips-boards/maltaint.h> |
45 | #include <asm/mc146818-time.h> | 50 | #endif |
46 | 51 | ||
47 | unsigned long cpu_khz; | 52 | unsigned long cpu_khz; |
48 | 53 | ||