• Dave Hansen's avatar
    x86/mpx: remove build infrastructure · 4ba68d00
    Dave Hansen authored
    From: Dave Hansen <dave.hansen@linux.intel.com>
    
    MPX is being removed from the kernel due to a lack of support
    in the toolchain going forward (gcc).
    
    Remove the Kconfig option and the Makefile line.  This makes
    arch/x86/mm/mpx.c and anything under an #ifdef for
    X86_INTEL_MPX dead code.
    
    Cc: Peter Zijlstra (Intel) <peterz@infradead.org>
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: x86@kernel.org
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarDave Hansen <dave.hansen@linux.intel.com>
    4ba68d00
Makefile 1.75 KB