diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/mptable/mptable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/mptable/mptable.c b/util/mptable/mptable.c index fea99ac877..9457c3834c 100644 --- a/util/mptable/mptable.c +++ b/util/mptable/mptable.c @@ -300,6 +300,7 @@ int noisy = 0; char *preamble[] = { "#include <console/console.h>", "#include <arch/smp/mpspec.h>", +"#include <arch/ioapic.h>", "#include <device/pci.h>", "#include <string.h>", "#include <stdint.h>", @@ -355,7 +356,7 @@ char *postamble[] = { }; char *ioapic_code[] = { -" smp_write_ioapic(mc, 2, 0x20, 0xfec00000);", +" smp_write_ioapic(mc, 2, 0x20, IO_APIC_ADDR);", " {", " device_t dev;", " struct resource *res;", |