From: Maciej W. Rozycki Date: Mon, 14 Jul 2008 16:18:04 +0000 (+0100) Subject: x86: I/O APIC: Include required by some code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=17c44697f293cf24cbbf51b4a5bd15f4fbc88b90;p=deliverable%2Flinux.git x86: I/O APIC: Include required by some code Include 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 Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c index 6510cde36b35..834b06afef43 100644 --- a/arch/x86/kernel/io_apic_64.c +++ b/arch/x86/kernel/io_apic_64.c @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include