CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/03 17:42:52
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
The drawable spinlock is no longer ever held in interrupt context (and
won't be). It doesn't need to block interrupts anymore so switch to
IPL_NONE.
