[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-06-07 Thread Dave Hansen

From: Qiaowei Ren 

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren 
Signed-off-by: Dave Hansen 
Reviewed-by: Thomas Gleixner 
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-06-01 10:24:04.792756398 -0700
+++ b/arch/x86/include/asm/mpx.h2015-06-01 10:24:04.795756533 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1UL

[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-06-07 Thread Dave Hansen

From: Qiaowei Ren qiaowei@intel.com

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren qiaowei@intel.com
Signed-off-by: Dave Hansen dave.han...@linux.intel.com
Reviewed-by: Thomas Gleixner t...@linutronix.de
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-06-01 10:24:04.792756398 -0700
+++ b/arch/x86/include/asm/mpx.h2015-06-01 10:24:04.795756533 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1ULMPX_BNDSTA_TAIL)-1))
-#define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
 #define MPX_BT_ADDR_MASK   (~((1ULMPX_BD_ENTRY_TAIL)-1))
 
 #define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
_
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-29 Thread Dave Hansen

From: Qiaowei Ren 

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren 
Signed-off-by: Dave Hansen 
Reviewed-by: Thomas Gleixner 
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-27 09:32:16.296524773 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-27 09:32:16.299524908 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1UL

[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-29 Thread Dave Hansen

From: Qiaowei Ren qiaowei@intel.com

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren qiaowei@intel.com
Signed-off-by: Dave Hansen dave.han...@linux.intel.com
Reviewed-by: Thomas Gleixner t...@linutronix.de
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-27 09:32:16.296524773 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-27 09:32:16.299524908 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1ULMPX_BNDSTA_TAIL)-1))
-#define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
 #define MPX_BT_ADDR_MASK   (~((1ULMPX_BD_ENTRY_TAIL)-1))
 
 #define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
_
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-27 Thread Dave Hansen

From: Qiaowei Ren 

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren 
Signed-off-by: Dave Hansen 
Reviewed-by: Thomas Gleixner 
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-27 09:32:16.296524773 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-27 09:32:16.299524908 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1UL

[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-27 Thread Dave Hansen

From: Qiaowei Ren qiaowei@intel.com

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren qiaowei@intel.com
Signed-off-by: Dave Hansen dave.han...@linux.intel.com
Reviewed-by: Thomas Gleixner t...@linutronix.de
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-27 09:32:16.296524773 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-27 09:32:16.299524908 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1ULMPX_BNDSTA_TAIL)-1))
-#define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
 #define MPX_BT_ADDR_MASK   (~((1ULMPX_BD_ENTRY_TAIL)-1))
 
 #define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
_
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-19 Thread Dave Hansen

From: Qiaowei Ren 

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren 
Signed-off-by: Dave Hansen 
Reviewed-by: Thomas Gleixner 
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-18 17:48:59.572451529 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-18 17:48:59.575451665 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1UL

[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-19 Thread Dave Hansen

From: Qiaowei Ren qiaowei@intel.com

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren qiaowei@intel.com
Signed-off-by: Dave Hansen dave.han...@linux.intel.com
Reviewed-by: Thomas Gleixner t...@linutronix.de
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-18 17:48:59.572451529 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-18 17:48:59.575451665 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1ULMPX_BNDSTA_TAIL)-1))
-#define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
 #define MPX_BT_ADDR_MASK   (~((1ULMPX_BD_ENTRY_TAIL)-1))
 
 #define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
_
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-18 Thread Thomas Gleixner
On Fri, 8 May 2015, Dave Hansen wrote:

> 
> From: Qiaowei Ren 
> 
> MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
> redundant one.
> 
> Signed-off-by: Qiaowei Ren 
> Signed-off-by: Dave Hansen 

Reviewed-by: Thomas Gleixner 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-18 Thread Thomas Gleixner
On Fri, 8 May 2015, Dave Hansen wrote:

 
 From: Qiaowei Ren qiaowei@intel.com
 
 MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
 redundant one.
 
 Signed-off-by: Qiaowei Ren qiaowei@intel.com
 Signed-off-by: Dave Hansen dave.han...@linux.intel.com

Reviewed-by: Thomas Gleixner t...@linutronix.de
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-08 Thread Dave Hansen

From: Qiaowei Ren 

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren 
Signed-off-by: Dave Hansen 
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-08 11:46:12.307641032 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-08 11:46:12.310641167 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1UL

[PATCH 05/19] x86, mpx: remove redundant MPX_BNDCFG_ADDR_MASK

2015-05-08 Thread Dave Hansen

From: Qiaowei Ren qiaowei@intel.com

MPX_BNDCFG_ADDR_MASK is defined two times, so this patch removes
redundant one.

Signed-off-by: Qiaowei Ren qiaowei@intel.com
Signed-off-by: Dave Hansen dave.han...@linux.intel.com
---

 b/arch/x86/include/asm/mpx.h |1 -
 1 file changed, 1 deletion(-)

diff -puN 
arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
arch/x86/include/asm/mpx.h
--- 
a/arch/x86/include/asm/mpx.h~0001-x86-mpx-remove-redundant-MPX_BNDCFG_ADDR_MASK 
2015-05-08 11:46:12.307641032 -0700
+++ b/arch/x86/include/asm/mpx.h2015-05-08 11:46:12.310641167 -0700
@@ -45,7 +45,6 @@
 #define MPX_BNDSTA_TAIL2
 #define MPX_BNDCFG_TAIL12
 #define MPX_BNDSTA_ADDR_MASK   (~((1ULMPX_BNDSTA_TAIL)-1))
-#define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
 #define MPX_BT_ADDR_MASK   (~((1ULMPX_BD_ENTRY_TAIL)-1))
 
 #define MPX_BNDCFG_ADDR_MASK   (~((1ULMPX_BNDCFG_TAIL)-1))
_
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/