Re: [PATCH] cxl: Remove duplicate #defines

2016-05-03 Thread Andrew Donnellan

On 04/05/16 14:48, Ian Munsie wrote:

From: Ian Munsie 

These defines are not used, but other equivalent definitions
(CXL_SPA_SW_CMD_*) are used. Remove the unused defines.

Signed-off-by: Ian Munsie 


They definitely look unused.

Reviewed-by: Andrew Donnellan 

--
Andrew Donnellan  OzLabs, ADL Canberra
andrew.donnel...@au1.ibm.com  IBM Australia Limited

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] cxl: Remove duplicate #defines

2016-05-03 Thread Ian Munsie
From: Ian Munsie 

These defines are not used, but other equivalent definitions
(CXL_SPA_SW_CMD_*) are used. Remove the unused defines.

Signed-off-by: Ian Munsie 
---
 drivers/misc/cxl/cxl.h | 9 -
 1 file changed, 9 deletions(-)

diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index dfdbfb0..2823fb3 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -178,15 +178,6 @@ static const cxl_p2n_reg_t CXL_PSL_WED_An = {0x0A0};
 #define CXL_PSL_SR_An_MP  (1ull << (63-62)) /* Master Process */
 #define CXL_PSL_SR_An_LE  (1ull << (63-63)) /* Little Endian */
 
-/** CXL_PSL_LLCMD_An /
-#define CXL_LLCMD_TERMINATE   0x0001ULL
-#define CXL_LLCMD_REMOVE  0x0002ULL
-#define CXL_LLCMD_SUSPEND 0x0003ULL
-#define CXL_LLCMD_RESUME  0x0004ULL
-#define CXL_LLCMD_ADD 0x0005ULL
-#define CXL_LLCMD_UPDATE  0x0006ULL
-#define CXL_LLCMD_HANDLE_MASK 0xULL
-
 /** CXL_PSL_ID_An /
 #define CXL_PSL_ID_An_F(1ull << (63-31))
 #define CXL_PSL_ID_An_L(1ull << (63-30))
-- 
2.1.4

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev