Remove some warnings.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4686 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -76,7 +76,7 @@ static void setup_ioapic(void)
|
||||
l = (unsigned long *) ioapic_base;
|
||||
|
||||
ioapicregvalues[0].value_high = bsp_apicid<<(56-32);
|
||||
printk_debug("amd8111: ioapic bsp_apicid = %02x\n", bsp_apicid);
|
||||
printk_debug("amd8111: ioapic bsp_apicid = %02lx\n", bsp_apicid);
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(ioapicregvalues);
|
||||
i++, a++) {
|
||||
@@ -101,7 +101,7 @@ static void enable_hpet(struct device *dev)
|
||||
|
||||
pci_write_config32(dev,0xa0, 0xfed00001);
|
||||
hpet_address = pci_read_config32(dev,0xa0)& 0xfffffffe;
|
||||
printk_debug("enabling HPET @0x%x\n", hpet_address);
|
||||
printk_debug("enabling HPET @0x%lx\n", hpet_address);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user