diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-03-19 13:25:03 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:59 -0400 |
commit | 5745abfe86841a97fbe9e3f1e4f881a01b0c5f5b (patch) | |
tree | d84220ecb58c65bd4631279d8a6a890cf1bac75d /arch/x86/kernel/bugs_64.c | |
parent | 7a636af66404766df60acff88c475df8e8d79347 (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.c | 2 |
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 | ||
13 | void __init check_bugs(void) | 13 | void __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); |