CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/02 00:40:49
Modified files:
sys/dev/pci/drm/i915: intel_guc.c
Log message:
Use IPL_TTY for locks used as arguments to spin_lock_irq() and
spin_lock_irqsave() to closer match the linux interrupt blocking
behaviour. Prompted by a discussion with kettenis@.
