commit | 5619c28061ff9d2559a93eaba492935530f2a513 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Jul 25 18:35:11 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Feb 16 18:21:32 2010 +0100 |
tree | eb5ac1cd829f0bc694cd1005ca2a9119bd7d6d6f | |
parent | ced5b697a76d325e7a7ac7d382dbbb632c765093 [diff] |
x86: Convert i8259_lock to raw_spinlock Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/include/asm/i8259.h b/arch/x86/include/asm/i8259.h index 58d7091..7ec65b1 100644 --- a/arch/x86/include/asm/i8259.h +++ b/arch/x86/include/asm/i8259.h
@@ -24,7 +24,7 @@ #define SLAVE_ICW4_DEFAULT 0x01 #define PIC_ICW4_AEOI 2 -extern spinlock_t i8259A_lock; +extern raw_spinlock_t i8259A_lock; extern void init_8259A(int auto_eoi); extern void enable_8259A_irq(unsigned int irq);