Skip to content
  • Philippe Gerum's avatar
    cobalt/sched, clock: provide ipipe_enter_idle_hook() · 59560645
    Philippe Gerum authored
    Since kernel 4.9, the pipeline code may ask us whether it would be
    fine to enter the idle state on the current CPU, by mean of a probing
    hook called ipipe_enter_idle_hook().
    
    Provide this hook, considering that absence of outstanding timers
    means idleness to us.
    59560645