From abe1e395f6171cb2d07330c690fe0285f7f859e6 Mon Sep 17 00:00:00 2001 From: Dave Hansen Date: Mon, 17 Nov 2014 16:36:08 -0800 Subject: [PATCH] fs: Do not include mpx.h in exec.c We no longer need mpx.h in exec.c. This will obviously also break the build for non-x86 builds. We get the MPX includes that we need from mmu_context.h now. Signed-off-by: Dave Hansen Cc: Dave Hansen Link: http://lkml.kernel.org/r/20141118003608.837015B3@viggo.jf.intel.com Signed-off-by: Thomas Gleixner --- Reading git-format-patch failed