X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fsupermicro%2Fx6dhe_g%2Fmptable.c;h=ba712d3fed0e9892ec5fccac19b8c13a237192b1;hb=74d1a6e8a166cd477f667a6fcb1e96b8a0cbdac1;hp=65bb1b9293eff8d1921993be0b186f7f199ca440;hpb=c5b87c8f895502b235e1619a23bd89dda955000e;p=coreboot.git diff --git a/src/mainboard/supermicro/x6dhe_g/mptable.c b/src/mainboard/supermicro/x6dhe_g/mptable.c index 65bb1b929..ba712d3fe 100644 --- a/src/mainboard/supermicro/x6dhe_g/mptable.c +++ b/src/mainboard/supermicro/x6dhe_g/mptable.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include @@ -84,8 +85,8 @@ static void *smp_write_config_table(void *v) /* IOAPIC handling */ - smp_write_ioapic(mc, 2, 0x20, 0xfec00000); - smp_write_ioapic(mc, 3, 0x20, 0xfec10000); + smp_write_ioapic(mc, 2, 0x20, IO_APIC_ADDR); + smp_write_ioapic(mc, 3, 0x20, IO_APIC_ADDR + 0x10000); { struct resource *res; device_t dev;