Skip to content

Commit

Permalink
fs: Do not include mpx.h in exec.c
Browse files Browse the repository at this point in the history
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 <dave.hansen@linux.intel.com>
Cc: Dave Hansen <dave@sr71.net>
Link: http://lkml.kernel.org/r/20141118003608.837015B3@viggo.jf.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Dave Hansen authored and Thomas Gleixner committed Nov 18, 2014
1 parent 5776563 commit abe1e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
#include <asm/uaccess.h>
#include <asm/mmu_context.h>
#include <asm/tlb.h>
#include <asm/mpx.h>

#include <trace/events/task.h>
#include "internal.h"
Expand Down

0 comments on commit abe1e39

Please sign in to comment.