summaryrefslogtreecommitdiff
path: root/include/linux/resctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/resctrl.h')
-rw-r--r--include/linux/resctrl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/resctrl.h b/include/linux/resctrl.h
index 979592c869e6..4b30571fbc8e 100644
--- a/include/linux/resctrl.h
+++ b/include/linux/resctrl.h
@@ -142,6 +142,7 @@ struct resctrl_schema;
* @parse_ctrlval: Per resource function pointer to parse control values
* @evt_list: List of monitoring events
* @fflags: flags to choose base and info files
+ * @cdp_capable: Is the CDP feature available on this resource
*/
struct rdt_resource {
int rid;
@@ -163,7 +164,7 @@ struct rdt_resource {
struct rdt_domain *d);
struct list_head evt_list;
unsigned long fflags;
-
+ bool cdp_capable;
};
/**