OSDN Git Service

x86/mpx: remove build infrastructure
authorDave Hansen <dave.hansen@linux.intel.com>
Thu, 23 Jan 2020 18:41:14 +0000 (10:41 -0800)
committerDave Hansen <dave.hansen@intel.com>
Thu, 23 Jan 2020 18:41:14 +0000 (10:41 -0800)
commit4ba68d00055774308ede6c4c2133e5a8b70a2ab8
tree1a6238877297fa3b62001a624c84fa94c894a505
parent3a1255396b5aba40299d5dd5bde67b160a44117f
x86/mpx: remove build infrastructure

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: Dave Hansen <dave.hansen@linux.intel.com>
arch/x86/Kconfig
arch/x86/mm/Makefile