From: Glauber de Oliveira Costa Date: Wed, 19 Mar 2008 17:25:03 +0000 (-0300) Subject: x86: use identify_boot_cpu X-Git-Tag: v2.6.26-rc1~1154^2~394 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5745abfe86841a97fbe9e3f1e4f881a01b0c5f5b;p=karo-tx-linux.git x86: use identify_boot_cpu Call this function instead of identify_cpu in bugs_64.c Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- 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 @@ 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);