SB700: 64bit fixes
Change-Id: Ib4b643441a5b887abf73cc55930ea9b01037f6ea Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/11085 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
6a2df9a5e8
commit
a843211481
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ static void sb700_enable(device_t dev)
|
|||
|
||||
case (0x14 << 3) | 0: /* 0:14:0 SMBUS */
|
||||
{
|
||||
u32 ioapic_base;
|
||||
uintptr_t ioapic_base;
|
||||
printk(BIOS_DEBUG, "sm_init().\n");
|
||||
ioapic_base = IO_APIC_ADDR;
|
||||
clear_ioapic((void *)ioapic_base);
|
||||
|
|
Loading…
Reference in a new issue