Skip to content
  • Philippe Gerum's avatar
    cobalt/sched: use fixed level range for O(1) scheduler · c17fca75
    Philippe Gerum authored
    Fix the valid range of runlevels in the O(1) scheduler queue to
    [XNSCHED_RT_MIN_PRIO..XNSCHED_RT_MAX_PRIO], as threads may cross
    policies freely during PIP boosts, therefore all possible priority
    level must be valid for all scheduler queues, regardless of the
    policy.
    c17fca75