summaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2010-05-05 07:40:54 +0000
committerAlan Cox <alc@FreeBSD.org>2010-05-05 07:40:54 +0000
commit28a50a192f615b677f963ec2e839383b77360173 (patch)
tree9e77a47bbec6f3089536ff06eb808093ef60a677 /sys/dev/drm
parent7ee44a58d7a399a6da3695e41f9fdd78ec50c35f (diff)
Notes
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/via_dmablit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/drm/via_dmablit.c b/sys/dev/drm/via_dmablit.c
index 81d438aea013..9be42ffa7f13 100644
--- a/sys/dev/drm/via_dmablit.c
+++ b/sys/dev/drm/via_dmablit.c
@@ -179,9 +179,7 @@ via_free_sg_info(drm_via_sg_info_t *vsg)
for (i=0; i < vsg->num_pages; ++i) {
if ( NULL != (page = vsg->pages[i])) {
vm_page_lock(page);
- vm_page_lock_queues();
vm_page_unwire(page, 0);
- vm_page_unlock_queues();
vm_page_unlock(page);
}
}