projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6cad9
)
x86: lapic address print out like io apic addr
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Mon, 8 Sep 2008 00:58:57 +0000
(17:58 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 16 Oct 2008 14:53:08 +0000
(16:53 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic.c
b/arch/x86/kernel/apic.c
index 0556f375e40be8f32ba4efa1e4f968558f62606b..f3f50858048eeb98af46ef31f35a43fe6e8a079f 100644
(file)
--- a/
arch/x86/kernel/apic.c
+++ b/
arch/x86/kernel/apic.c
@@
-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 (%16
lx)\n",
+ apic_printk(APIC_VERBOSE, "mapped APIC to %
08lx (%08
lx)\n",
APIC_BASE, apic_phys);
/*