x86: lapic address print out like io apic addr
[deliverable/linux.git] / arch / x86 / kernel / apic.c
index 0556f375e40be8f32ba4efa1e4f968558f62606b..f3f50858048eeb98af46ef31f35a43fe6e8a079f 100644 (file)
@@ -1548,7 +1548,7 @@ void __init init_apic_mappings(void)
                apic_phys = mp_lapic_addr;
 
        set_fixmap_nocache(FIX_APIC_BASE, apic_phys);
-       apic_printk(APIC_VERBOSE, "mapped APIC to %16lx (%16lx)\n",
+       apic_printk(APIC_VERBOSE, "mapped APIC to %08lx (%08lx)\n",
                                APIC_BASE, apic_phys);
 
        /*
This page took 0.023621 seconds and 5 git commands to generate.