git: ttm porting: malloc / free / printf

Francois Tigeot ftigeot at crater.dragonflybsd.org
Thu Aug 8 11:31:52 PDT 2013


commit 48f05d38ceb0039e09ec84795c02fe066eef8474
Author: François Tigeot <ftigeot at 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



More information about the Commits mailing list