diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/io_apic_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 9ba11d07920f..ef1a8dfcc529 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c | |||
@@ -1599,7 +1599,7 @@ static void __init setup_nmi(void) | |||
1599 | * cycles as some i82489DX-based boards have glue logic that keeps the | 1599 | * cycles as some i82489DX-based boards have glue logic that keeps the |
1600 | * 8259A interrupt line asserted until INTA. --macro | 1600 | * 8259A interrupt line asserted until INTA. --macro |
1601 | */ | 1601 | */ |
1602 | static inline void unlock_ExtINT_logic(void) | 1602 | static inline void __init unlock_ExtINT_logic(void) |
1603 | { | 1603 | { |
1604 | int apic, pin, i; | 1604 | int apic, pin, i; |
1605 | struct IO_APIC_route_entry entry0, entry1; | 1605 | struct IO_APIC_route_entry entry0, entry1; |