Module Name: src Committed By: riastradh Date: Wed Jul 24 02:31:25 UTC 2013
Modified Files: src/sys/external/bsd/drm2/dist/drm [riastradh-drm2]: drm_irq.c Log Message: Avoid sizeof(wait_queue_head_t) in drm_irq.c. Use sizeof(*dev->vbl_queue_head) instead to ease transition to drm_wait compatibility API. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \ src/sys/external/bsd/drm2/dist/drm/drm_irq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.