git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62122fd
)
x86: Fix override new_cpu_data.x86 with 486
author
Wang YanQing
<udknight@gmail.com>
Fri, 28 Jun 2013 14:45:16 +0000
(22:45 +0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 28 Jun 2013 22:27:29 +0000
(15:27 -0700)
We should set X86 to 486 before use cpuid to detect the cpu type, if
we set X86 to 486 after cpuid, then we will get 486 until cpu_detect
runs.
Signed-off-by: Wang YanQing <udknight@gmail.com>
Link:
http://lkml.kernel.org/r/20130628144516.GA2177@udknight
Acked-by: Borislav Petkov <bp@suse.de>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found