x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID level
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 21 Sep 2010 01:01:46 +0000 (18:01 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 21 Sep 2010 01:03:28 +0000 (18:03 -0700)
At least on Intel, adjusting the max CPUID level can expose new CPUID
features, so we need to re-run get_cpu_cap() after changing the CPUID
level.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found