]> git.baikalelectronics.ru Git - kernel.git/commit
fs: Do not include mpx.h in exec.c
authorDave Hansen <dave.hansen@linux.intel.com>
Tue, 18 Nov 2014 00:36:08 +0000 (16:36 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 18 Nov 2014 01:01:40 +0000 (02:01 +0100)
commite06ce35f0432a75fe4d087efef4c070b922424e1
tree70d7a8d52164c76215b9fe0a042e2cd46d345325
parent46a2ce5feb00bc8ad9047e21d92de6635d511d71
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 <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>
fs/exec.c