summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-04-12 21:53:13 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-04-12 21:53:13 +0000
commit89d9bdb7a9e158b8d6b5d0f2e89bee6e92be382b (patch)
treeed5b9477a55fcb9b345577c95e25a75f04ff1402 /arch
parent68e5bbe64a72353822a736846c037575e3ffaab1 (diff)
Revert to the older irq - pendlevel mapping.
Diffstat (limited to 'arch')
-rw-r--r--arch/mips64/sgi-ip27/ip27-irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-irq.c b/arch/mips64/sgi-ip27/ip27-irq.c
index 5b08c5c22..630f79b88 100644
--- a/arch/mips64/sgi-ip27/ip27-irq.c
+++ b/arch/mips64/sgi-ip27/ip27-irq.c
@@ -66,8 +66,8 @@ unsigned long spurious_count = 0;
* since bits 0-6 are pre-allocated for other purposes. 7,8,9 are taken
* for intercpu and msc intrs.
*/
-#define IRQ_TO_SWLEVEL(i) i + 10
-#define SWLEVEL_TO_IRQ(s) s - 10
+#define IRQ_TO_SWLEVEL(i) i + 7
+#define SWLEVEL_TO_IRQ(s) s - 7
void disable_irq(unsigned int irq_nr)
{