]> git.baikalelectronics.ru Git - kernel.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)
commitfdf943f555861232e38c3a6a13fc130463a3f27a
treebebac54a1b4fcef1288a5839042c5f6755f4a1ba
parent558665ff77083e4addbcded0dc67cedab0b84d61
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