diff options
Diffstat (limited to 'include/linux/sched/isolation.h')
| -rw-r--r-- | include/linux/sched/isolation.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/sched/isolation.h b/include/linux/sched/isolation.h index 6c8512d3be88..0fbcbacd1b29 100644 --- a/include/linux/sched/isolation.h +++ b/include/linux/sched/isolation.h @@ -13,6 +13,7 @@ enum hk_flags {  	HK_FLAG_TICK		= (1 << 4),  	HK_FLAG_DOMAIN		= (1 << 5),  	HK_FLAG_WQ		= (1 << 6), +	HK_FLAG_MANAGED_IRQ	= (1 << 7),  };  #ifdef CONFIG_CPU_ISOLATION |