diff options
author | Matthew Whitehead <[email protected]> | 2018-09-21 17:20:41 -0400 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2018-09-22 11:47:39 +0200 |
commit | 2893cc8ff892fa74972d8dc0e1d0dc65116daaa3 (patch) | |
tree | 849969e84a3b820861b15734b52f37458805fb74 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 03b099bdcdf7125d4a63dc9ddeefdd454e05123d (diff) |
x86/CPU: Change query logic so CPUID is enabled before testing
Presently we check first if CPUID is enabled. If it is not already
enabled, then we next call identify_cpu_without_cpuid() and clear
X86_FEATURE_CPUID.
Unfortunately, identify_cpu_without_cpuid() is the function where CPUID
becomes _enabled_ on Cyrix 6x86/6x86L CPUs.
Reverse the calling sequence so that CPUID is first enabled, and then
check a second time to see if the feature has now been activated.
[ bp: Massage commit message and remove trailing whitespace. ]
Suggested-by: Andy Lutomirski <[email protected]>
Signed-off-by: Matthew Whitehead <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Reviewed-by: Andy Lutomirski <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions