X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fuapi%2Fmisc%2Fcxl.h;h=1e889aa8a36e8cd8b7b70cf0da4b06d5848449f9;hb=fa9a67ef9de48de5474ea1e5a358340369e78b74;hp=99a8ca15fe648c9d176325eb2ed9c952a5ac7088;hpb=05a8256c586ab75bcd6b793737b2022a1a98cb1e;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 */