diff --git a/include/linux/sched.h b/include/linux/sched.h index 0b25edc8ee8d8360b444500bab905dd1564fd57b..fd1be976bf4badd94c9263cc7e6ff0ad84f2336b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -985,7 +985,7 @@ struct task_struct { /* cg_list protected by css_set_lock and tsk->alloc_lock: */ struct list_head cg_list; #endif -#ifdef CONFIG_RESCTRL +#if defined(CONFIG_RESCTRL) || defined(CONFIG_INTEL_RDT) u32 closid; u32 rmid; #endif