Skip to content
  • Philippe Gerum's avatar
    driver core: ipipe: defer dev_printk() from head domain · 5dbea799
    Philippe Gerum authored
    Just like printk(), dev_printk() cannot run from the head domain
    and/or with hard IRQs disabled. In such a case, log the output
    directly into the staging buffer we use for printk().
    
    NOTE: when redirected to the buffer, the output does not include the
    dev_printk() header text but is merely sent as-is to the log.
    5dbea799