Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/external/bsd/drm2/include/drm
Module Name: src
Committed By: riastradh
Date: Sun Dec 19 12:10:58 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_irq_netbsd.h
Log Message:
drm: Set IPL_DRM to IPL_VM, not IPL_TTY.
We might want some of this stuff to work at higher IPL when dealing
with ddb during crashes, but...everything else in drm uses IPL_VM,
including Linux spin locks, which means we've been failing to block
interrupts during spin locks for the entire time this code has
existed...which is a little embarrassing.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/sys/external/bsd/drm2/include/drm/drm_irq_netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index