diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-01-13 22:03:23 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:39 -0400 |
commit | 9383292f179e1907e7e7ade539ac8fd3b65c1e97 (patch) | |
tree | 67500f159dba8146a120c27619ec9524b555be93 /arch/mips/kernel | |
parent | 8592d4c00eeb92495eaab6374baaad79b30866ed (diff) |
Date: Fri Jan 14 03:03:23 2005 +0000
Locking cleanups.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/i8259.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/i8259.c b/arch/mips/kernel/i8259.c index 911537413b63..b974ac9057f6 100644 --- a/arch/mips/kernel/i8259.c +++ b/arch/mips/kernel/i8259.c | |||
@@ -31,7 +31,7 @@ void disable_8259A_irq(unsigned int irq); | |||
31 | * moves to arch independent land | 31 | * moves to arch independent land |
32 | */ | 32 | */ |
33 | 33 | ||
34 | spinlock_t DEFINE_SPINLOCK(i8259A_lock); | 34 | DEFINE_SPINLOCK(i8259A_lock); |
35 | 35 | ||
36 | static void end_8259A_irq (unsigned int irq) | 36 | static void end_8259A_irq (unsigned int irq) |
37 | { | 37 | { |