Skip to content

Commit

Permalink
x86: use identify_boot_cpu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 7a636af commit 5745abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/bugs_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

void __init check_bugs(void)
{
identify_cpu(&boot_cpu_data);
identify_boot_cpu();
#if !defined(CONFIG_SMP)
printk("CPU: ");
print_cpu_info(&boot_cpu_data);
Expand Down

0 comments on commit 5745abf

Please sign in to comment.