ttm porting: malloc / free / printf
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 6 Aug 2013 07:38:49 +0000 (09:38 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 8 Aug 2013 18:27:12 +0000 (20:27 +0200)
commit48f05d38ceb0039e09ec84795c02fe066eef8474
tree8171ab86c586155e933f636fd99eb520d3992a30
parent27279a758b6516ca2cdf75b8671d47c9d4171a83
ttm porting: malloc / free / printf

* printf() => kprintf()

* malloc() => kmalloc()

* free() => drm_free()
sys/dev/drm2/ttm/ttm_bo.c
sys/dev/drm2/ttm/ttm_bo_manager.c
sys/dev/drm2/ttm/ttm_bo_util.c
sys/dev/drm2/ttm/ttm_bo_vm.c
sys/dev/drm2/ttm/ttm_memory.c
sys/dev/drm2/ttm/ttm_object.c
sys/dev/drm2/ttm/ttm_page_alloc.c
sys/dev/drm2/ttm/ttm_tt.c