CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2015/09/06 05:17:49

Modified files:
        sys/dev/pci/drm: drm_drv.c 

Log message:
We actually need an interrupt-safe allocator here, as we call pool_put()
with a mutex held, so we can't have it sleep.

Reply via email to