]> git.baikalelectronics.ru Git - kernel.git/commit
x86, cpu: After uncapping CPUID, re-run CPU feature detection
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 28 Sep 2010 22:35:01 +0000 (15:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 28 Sep 2010 23:33:14 +0000 (16:33 -0700)
commitd12ed73b6370dd401eec38f9b9ba16c1170a0245
tree124a958a91f2b7652fd379cdc9c1d0a067b254d1
parent9f1f7350845f778e14cfe5e869c318dc5f381af9
x86, cpu: After uncapping CPUID, re-run CPU feature detection

After uncapping the CPUID level, we need to also re-run the CPU
feature detection code.

This resolves kernel bugzilla 16322.

Reported-by: boris64 <bugzilla.kernel.org@boris64.net>
Cc: <stable@kernel.org> v2.6.29..2.6.35
LKML-Reference: <tip-@git.kernel.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/cpu.h
arch/x86/kernel/cpu/intel.c