DragonFly commits List (threaded) for 2013-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: ttm porting: malloc / free / printf
commit 48f05d38ceb0039e09ec84795c02fe066eef8474
Author: François Tigeot <ftigeot@wolfpond.org>
Date: Tue Aug 6 09:38:49 2013 +0200
ttm porting: malloc / free / printf
* printf() => kprintf()
* malloc() => kmalloc()
* free() => drm_free()
Summary of changes:
sys/dev/drm2/ttm/ttm_bo.c | 56 +++++++++++++++++++--------------------
sys/dev/drm2/ttm/ttm_bo_manager.c | 6 ++---
sys/dev/drm2/ttm/ttm_bo_util.c | 4 +--
sys/dev/drm2/ttm/ttm_bo_vm.c | 2 +-
sys/dev/drm2/ttm/ttm_memory.c | 12 ++++-----
sys/dev/drm2/ttm/ttm_object.c | 20 +++++++-------
sys/dev/drm2/ttm/ttm_page_alloc.c | 32 +++++++++++-----------
sys/dev/drm2/ttm/ttm_tt.c | 18 ++++++-------
8 files changed, 75 insertions(+), 75 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/48f05d38ceb0039e09ec84795c02fe066eef8474
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]