aboutsummaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-09-03 08:50:05 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-09-03 08:50:05 +1000
commita3d027e4fe0360817bd2a094f6ad34f42a202800 (patch)
tree4f364861628b5f6677863b5dbbd4375a2fd01ad8 /include/uapi
parent3648913179807aa435cfb88c05b12d893841ad8c (diff)
parent390fd5929f52bdfb9dfcc03820041ba556780f4a (diff)
Merge remote-tracking branch 'powerpc/next'
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/misc/cxl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/uapi/misc/cxl.h b/include/uapi/misc/cxl.h
index 99a8ca15fe64..1e889aa8a36e 100644
--- a/include/uapi/misc/cxl.h
+++ b/include/uapi/misc/cxl.h
@@ -29,8 +29,10 @@ struct cxl_ioctl_start_work {
#define CXL_START_WORK_AMR 0x0000000000000001ULL
#define CXL_START_WORK_NUM_IRQS 0x0000000000000002ULL
+#define CXL_START_WORK_ERR_FF 0x0000000000000004ULL
#define CXL_START_WORK_ALL (CXL_START_WORK_AMR |\
- CXL_START_WORK_NUM_IRQS)
+ CXL_START_WORK_NUM_IRQS |\
+ CXL_START_WORK_ERR_FF)
/* Possible modes that an afu can be in */