diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-11 00:56:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:53:09 -0400 |
commit | 823b259b80158a5fb694f6784e18b5bae669c599 (patch) | |
tree | ad5578993ff3f3e8dacf3ad91757911a0899ea87 /arch/x86/kernel/apic.c | |
parent | 87783be4c26d79f5cde245e6e8a9fd2b295e92d7 (diff) |
x86: print out apic id in hex format
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r-- | arch/x86/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index f3f50858048e..11cb18639581 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c | |||
@@ -1586,7 +1586,7 @@ int __init APIC_init_uniprocessor(void) | |||
1586 | */ | 1586 | */ |
1587 | if (!cpu_has_apic && | 1587 | if (!cpu_has_apic && |
1588 | APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) { | 1588 | APIC_INTEGRATED(apic_version[boot_cpu_physical_apicid])) { |
1589 | printk(KERN_ERR "BIOS bug, local APIC #%d not detected!...\n", | 1589 | printk(KERN_ERR "BIOS bug, local APIC 0x%x not detected!...\n", |
1590 | boot_cpu_physical_apicid); | 1590 | boot_cpu_physical_apicid); |
1591 | clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); | 1591 | clear_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); |
1592 | return -1; | 1592 | return -1; |