]> Git Repo - linux.git/commit
x86/cpufeature: Remove cpu_has_pge
authorBorislav Petkov <[email protected]>
Tue, 29 Mar 2016 15:42:02 +0000 (17:42 +0200)
committerIngo Molnar <[email protected]>
Thu, 31 Mar 2016 11:35:09 +0000 (13:35 +0200)
commitc109bf95992b391bb40bc37c5d309d13fead99b5
treec6a67c2c137ccb47ca806e914eeb5defb8a25363
parent054efb6467f84490bdf92afab6d9dbd5102e620a
x86/cpufeature: Remove cpu_has_pge

Use static_cpu_has() in __flush_tlb_all() due to the time-sensitivity of
this one.

Signed-off-by: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/cpufeature.h
arch/x86/include/asm/tlbflush.h
arch/x86/kernel/cpu/intel.c
arch/x86/kernel/cpu/mtrr/cyrix.c
arch/x86/kernel/cpu/mtrr/generic.c
arch/x86/mm/init.c
arch/x86/xen/enlighten.c
drivers/lguest/x86/core.c
This page took 0.048863 seconds and 4 git commands to generate.