We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
As both ioapic.h and acpi.h define a macro named "NMI", rename one of them (NMI -> NMIType in acpi.h). Abuild-tested. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5943 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -175,7 +175,7 @@ enum acpi_apic_types {
|
||||
LocalApic = 0,
|
||||
IOApic = 1,
|
||||
IRQSourceOverride = 2,
|
||||
NMI = 3,
|
||||
NMIType = 3,
|
||||
LocalApicNMI = 4,
|
||||
LApicAddressOverride = 5,
|
||||
IOSApic = 6,
|
||||
|
Reference in New Issue
Block a user