aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2n-e/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/m2n-e/mptable.c')
-rw-r--r--src/mainboard/asus/m2n-e/mptable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/asus/m2n-e/mptable.c b/src/mainboard/asus/m2n-e/mptable.c
index 333ec495f4..824ee3113b 100644
--- a/src/mainboard/asus/m2n-e/mptable.c
+++ b/src/mainboard/asus/m2n-e/mptable.c
@@ -56,7 +56,8 @@ static void *smp_write_config_table(void *v)
if (dev) {
res = find_resource(dev, PCI_BASE_ADDRESS_1);
if (res)
- smp_write_ioapic(mc, apicid_mcp55, 0x11, res->base);
+ smp_write_ioapic(mc, apicid_mcp55, 0x11,
+ res2mmio(res, 0, 0));
pci_write_config32(dev, 0x7c, 0x00000000);
pci_write_config32(dev, 0x80, 0x11002009);