aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/bugs_64.c
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-03-19 13:25:03 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:59 -0400
commit5745abfe86841a97fbe9e3f1e4f881a01b0c5f5b (patch)
treed84220ecb58c65bd4631279d8a6a890cf1bac75d /arch/x86/kernel/bugs_64.c
parent7a636af66404766df60acff88c475df8e8d79347 (diff)
x86: use identify_boot_cpu
Call this function instead of identify_cpu in bugs_64.c Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/bugs_64.c')
-rw-r--r--arch/x86/kernel/bugs_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/bugs_64.c b/arch/x86/kernel/bugs_64.c
index 8f520f93ffd4..60207e999a04 100644
--- a/arch/x86/kernel/bugs_64.c
+++ b/arch/x86/kernel/bugs_64.c
@@ -12,7 +12,7 @@
12 12
13void __init check_bugs(void) 13void __init check_bugs(void)
14{ 14{
15 identify_cpu(&boot_cpu_data); 15 identify_boot_cpu();
16#if !defined(CONFIG_SMP) 16#if !defined(CONFIG_SMP)
17 printk("CPU: "); 17 printk("CPU: ");
18 print_cpu_info(&boot_cpu_data); 18 print_cpu_info(&boot_cpu_data);