소스 검색

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>
Glauber de Oliveira Costa 17 년 전
부모
커밋
5745abfe86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      arch/x86/kernel/bugs_64.c

+ 1 - 1
arch/x86/kernel/bugs_64.c

@@ -12,7 +12,7 @@
 
 
 void __init check_bugs(void)
 void __init check_bugs(void)
 {
 {
-	identify_cpu(&boot_cpu_data);
+	identify_boot_cpu();
 #if !defined(CONFIG_SMP)
 #if !defined(CONFIG_SMP)
 	printk("CPU: ");
 	printk("CPU: ");
 	print_cpu_info(&boot_cpu_data);
 	print_cpu_info(&boot_cpu_data);