CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/05/13 15:44:14

Modified files:
        sys/dev/pci/drm/include/linux: preempt.h 

Log message:
add in_irq() in_interrupt() in_task()

in_irq() uses ci_idepth on archs that have it
in_interrupt() is the same as in_irq() for now, linux has in_irq() for
hard interrupt context and in_interrupt() is also for soft interrupt
and nmi context.

Reply via email to