commit | 9383292f179e1907e7e7ade539ac8fd3b65c1e97 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Jan 14 03:03:23 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:32:39 2005 +0100 |
tree | 67500f159dba8146a120c27619ec9524b555be93 | |
parent | 8592d4c00eeb92495eaab6374baaad79b30866ed [diff] [blame] |
Date: Fri Jan 14 03:03:23 2005 +0000 Locking cleanups. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index 9115374..b974ac9 100644 --- a/arch/mips/kernel/i8259.c +++ b/arch/mips/kernel/i8259.c
@@ -31,7 +31,7 @@ * moves to arch independent land */ -spinlock_t DEFINE_SPINLOCK(i8259A_lock); +DEFINE_SPINLOCK(i8259A_lock); static void end_8259A_irq (unsigned int irq) {