Skip to content
  • Philippe Gerum's avatar
    ipipe: timer: prevent double-ack if host timer is not grabbed · a79165b1
    Philippe Gerum authored
    Only timers stolen away from the host kernel should be early acked by
    the pipeline core. Otherwise, the regular IRQ handler associated to
    the timer would duplicate the action. The IRQ line is left masked,
    waiting for the IRQ flow handler to unmask it eventually.
    a79165b1