There are 2 monitors to check realtime applications. Users may want to enable them both.
Signed-off-by: Nam Cao <nam...@linutronix.de> --- include/linux/rv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/rv.h b/include/linux/rv.h index 6de4f93b390e..224c2194f582 100644 --- a/include/linux/rv.h +++ b/include/linux/rv.h @@ -44,7 +44,7 @@ struct ltl_monitor { * adding more or developing a dynamic method. So far, none of * these are justified. */ -#define RV_PER_TASK_MONITORS 1 +#define RV_PER_TASK_MONITORS 2 #define RV_PER_TASK_MONITOR_INIT (RV_PER_TASK_MONITORS) union rv_task_monitor { -- 2.39.5