diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-22 16:56:26 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:30 -0400 |
commit | 64dac503e8265007ea5c53b4d6bf42488a8a8d7a (patch) | |
tree | d086e5ddd6d36118b476ed0fe01091d9d4d70cec /arch/mips/dec/kn02-irq.c | |
parent | 3b2396d972ce030e942fef9fcbea1e411b1a62db (diff) |
System-specific handling of bus errors for DECstation variations
supporting parity errors only for memory (Pmax/3min/Maxine).
Fixes for resources decoded by the KN04/KN05 MB ASIC. Additional
clean-ups for the ECC handler.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/kn02-irq.c')
-rw-r--r-- | arch/mips/dec/kn02-irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/dec/kn02-irq.c b/arch/mips/dec/kn02-irq.c index e0bfcd1521e2..644085e10403 100644 --- a/arch/mips/dec/kn02-irq.c +++ b/arch/mips/dec/kn02-irq.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * DECstation 5000/200 (KN02) Control and Status Register | 4 | * DECstation 5000/200 (KN02) Control and Status Register |
5 | * interrupts. | 5 | * interrupts. |
6 | * | 6 | * |
7 | * Copyright (c) 2002, 2003 Maciej W. Rozycki | 7 | * Copyright (c) 2002, 2003, 2005 Maciej W. Rozycki |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or | 9 | * This program is free software; you can redistribute it and/or |
10 | * modify it under the terms of the GNU General Public License | 10 | * modify it under the terms of the GNU General Public License |
@@ -111,7 +111,7 @@ void __init init_kn02_irqs(int base) | |||
111 | 111 | ||
112 | /* Mask interrupts. */ | 112 | /* Mask interrupts. */ |
113 | spin_lock_irqsave(&kn02_lock, flags); | 113 | spin_lock_irqsave(&kn02_lock, flags); |
114 | cached_kn02_csr &= ~KN03_CSR_IOINTEN; | 114 | cached_kn02_csr &= ~KN02_CSR_IOINTEN; |
115 | *csr = cached_kn02_csr; | 115 | *csr = cached_kn02_csr; |
116 | iob(); | 116 | iob(); |
117 | spin_unlock_irqrestore(&kn02_lock, flags); | 117 | spin_unlock_irqrestore(&kn02_lock, flags); |