summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index 030be572d..84a6b3477 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -175,10 +175,10 @@ static const char *get_policy_name(int policy)
return "SCHED_IDLE";
#endif
case SCHED_RR:
+ case SCHED_RR | SCHED_RESET_ON_FORK:
return "SCHED_RR";
#ifdef SCHED_BATCH
case SCHED_BATCH:
- case SCHED_RR | SCHED_RESET_ON_FORK:
return "SCHED_BATCH";
#endif
#ifdef SCHED_DEADLINE