X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fuapi%2Fmisc%2Fcxl.h;h=1e889aa8a36e8cd8b7b70cf0da4b06d5848449f9;hb=4bbc2bc1a4e81c1a3522b3bd9d43fffd2eca8c9e;hp=99a8ca15fe648c9d176325eb2ed9c952a5ac7088;hpb=4d341056202a4725777ed99897f6456405819cd4;p=firefly-linux-kernel-4.4.55.git 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 */