Skip to content

Commit 17c4469

Browse files
Maciej W. RozyckiIngo Molnar
authored andcommitted
x86: I/O APIC: Include <asm/i8259.h> required by some code
Include <asm/i8259.h> for i8259A_lock used in print_PIC() -- #if-0-ed out by default. The 32-bit version gets it right already. The plan is to enable this code with "apic=debug" eventually. This will aid with debugging strange problems without the need to ask people to apply patches. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent 836c129 commit 17c4469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/io_apic_64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include <asm/proto.h>
4646
#include <asm/acpi.h>
4747
#include <asm/dma.h>
48+
#include <asm/i8259.h>
4849
#include <asm/nmi.h>
4950
#include <asm/msidef.h>
5051
#include <asm/hypertransport.h>

0 commit comments

Comments
 (0)