projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a636af
)
x86: use identify_boot_cpu
author
Glauber de Oliveira Costa
<gcosta@redhat.com>
Wed, 19 Mar 2008 17:25:03 +0000
(14:25 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:40:59 +0000
(17:40 +0200)
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>
arch/x86/kernel/bugs_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/bugs_64.c
b/arch/x86/kernel/bugs_64.c
index 8f520f93ffd44ca91a887d0dc4ea029a4aae7f10..60207e999a04431479c41916e6a5c244770e14ed 100644
(file)
--- 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);