]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, cpu: Push TLB detection CPUID check down
authorBorislav Petkov <borislav.petkov@amd.com>
Mon, 6 Aug 2012 17:00:37 +0000 (19:00 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Aug 2012 02:18:29 +0000 (19:18 -0700)
commit5b556332c3ab19e6375836d35ca658776e9ba0f6
treebebac54a1b4fcef1288a5839042c5f6755f4a1ba
parenta9ad773e0dd833651f0831020a0ea0265c29f2ea
x86, cpu: Push TLB detection CPUID check down

Push the max CPUID leaf check into the ->detect_tlb function and remove
general test case from the generic path.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Link: http://lkml.kernel.org/r/1344272439-29080-3-git-send-email-bp@amd64.org
Acked-by: Alex Shi <alex.shi@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/intel.c