X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fsupermicro%2Fx6dhe_g2%2Fmptable.c;h=50b6299b4fa7f201f80b9edd9feaf085d70fbbf1;hb=74d1a6e8a166cd477f667a6fcb1e96b8a0cbdac1;hp=c961d375fa90ef7f1f9a3d24d2ded27bd3c6ea68;hpb=4ffde94c4ec51cdb24103ec13653e6f40513e1bb;p=coreboot.git diff --git a/src/mainboard/supermicro/x6dhe_g2/mptable.c b/src/mainboard/supermicro/x6dhe_g2/mptable.c index c961d375f..50b6299b4 100644 --- a/src/mainboard/supermicro/x6dhe_g2/mptable.c +++ b/src/mainboard/supermicro/x6dhe_g2/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;