linux-kernel.vger.kernel.org archive mirror
 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

* [tip:x86/mpx] fs: Do not include mpx.h in exec.c
  2014-11-18  0:36 [PATCH] do not include mpx.h in exec.c Dave Hansen
@ 2014-11-18  1:03 ` tip-bot for Dave Hansen
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Dave Hansen @ 2014-11-18  1:03 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, tglx, dave, mingo, dave.hansen

Commit-ID:  abe1e395f6171cb2d07330c690fe0285f7f859e6
Gitweb:     http://git.kernel.org/tip/abe1e395f6171cb2d07330c690fe0285f7f859e6
Author:     Dave Hansen <dave.hansen@linux.intel.com>
AuthorDate: Mon, 17 Nov 2014 16:36:08 -0800
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 18 Nov 2014 02:01:40 +0100

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/exec.c b/fs/exec.c
index 65d4f5c..01aebe3 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -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 related	[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;
as well as URLs for NNTP newsgroup(s).