projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8592d4c
)
Date: Fri Jan 14 03:03:23 2005 +0000
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 14 Jan 2005 03:03:23 +0000
(
03:03
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:39 +0000
(19:32 +0100)
Locking cleanups.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/i8259.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/i8259.c
b/arch/mips/kernel/i8259.c
index 911537413b6310db0a1db94ce6249f6dea24cd85..b974ac9057f616e5f3eb07882da80c3712762842 100644
(file)
--- a/
arch/mips/kernel/i8259.c
+++ b/
arch/mips/kernel/i8259.c
@@
-31,7
+31,7
@@
void disable_8259A_irq(unsigned int irq);
* moves to arch independent land
*/
-
spinlock_t
DEFINE_SPINLOCK(i8259A_lock);
+DEFINE_SPINLOCK(i8259A_lock);
static void end_8259A_irq (unsigned int irq)
{