Re: [PATCH 06/65] powerpc/cxl: Use REGION_ID instead of opencoding

2016-03-27 Thread Ian Munsie
Copying in Andrew Donnellan - this looks to be roughly equivalent to your patch: [PATCH] cxl: fix setting of _PAGE_USER bit when handling page faults I think we were waiting on a v2 of that patch - does the below replace the need for that? Also copying cxlflash folk as an FYI Acked-by: Ian Muns

[PATCH 06/65] powerpc/cxl: Use REGION_ID instead of opencoding

2016-03-27 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- drivers/misc/cxl/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/cxl/fault.c b/drivers/misc/cxl/fault.c index 33bd0ee30edd..67cc657e96cc 100644 --- a/drivers/misc/cxl/fault.c +++ b/drivers/misc/cxl/fault.c @@ -154,7 +154