Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17c44697 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Ingo Molnar
Browse files

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: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 836c129d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,7 @@
#include <asm/proto.h>
#include <asm/proto.h>
#include <asm/acpi.h>
#include <asm/acpi.h>
#include <asm/dma.h>
#include <asm/dma.h>
#include <asm/i8259.h>
#include <asm/nmi.h>
#include <asm/nmi.h>
#include <asm/msidef.h>
#include <asm/msidef.h>
#include <asm/hypertransport.h>
#include <asm/hypertransport.h>