public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] do not include mpx.h in exec.c
@ 2014-11-18  0:36 Dave Hansen
  2014-11-18  1:03 ` [tip:x86/mpx] fs: Do " tip-bot for Dave Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Hansen @ 2014-11-18  0:36 UTC (permalink / raw)
  To: tglx; +Cc: x86, linux-kernel, Dave Hansen, dave.hansen


From: Dave Hansen <dave.hansen@linux.intel.com>

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.

This applies on top of the MPX patches currently in the -tip
branch.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
---

 b/fs/exec.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN fs/exec.c~no-mpx-in fs/exec.c
--- a/fs/exec.c~no-mpx-in	2014-11-17 16:22:33.935154876 -0800
+++ b/fs/exec.c	2014-11-17 16:22:39.466404410 -0800
@@ -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"
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-18  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18  0:36 [PATCH] do not include mpx.h in exec.c Dave Hansen
2014-11-18  1:03 ` [tip:x86/mpx] fs: Do " tip-bot for Dave Hansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox