ttm porting: Small changes (3/3)
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 7 Aug 2013 11:00:58 +0000 (13:00 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 8 Aug 2013 18:27:13 +0000 (20:27 +0200)
commitde1dfd9f5582b9b05eb89ce8b54f3e1a71bbbaca
treea65ebe5eb255a3824938ea6e462ed0f2f3d6f5dd
parent7b95d6139e5c4e2da390fb685fcdf7a8bb3aeb36
ttm porting: Small changes (3/3)

* Fix taskqueue_start_threads() calls

* Remove VPO_UNMANAGED

* Remove VM_ALLOC_WIRED and VM_ALLOC_NOOBJ

* Remove VM_ALLOC_NOBUSY

* Replace VPO_BUSY by PG_BUSY

* Fix calls to pmap_copy_page()

* Fix calls to pmap_zero_page()
sys/dev/drm2/ttm/ttm_bo_vm.c
sys/dev/drm2/ttm/ttm_memory.c
sys/dev/drm2/ttm/ttm_page_alloc.c
sys/dev/drm2/ttm/ttm_tt.c