git: drm2: Remove unused FreeBSD functions and macros

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Jul 23 11:21:41 PDT 2013


commit a620cf98fb51aaf9744d7669190e6133e5fe400e
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Jul 23 19:21:09 2013 +0200

    drm2: Remove unused FreeBSD functions and macros
    
    * sched_pin() / sched_unpin()
    
    * VM_ALLOC_NOOBJ and VM_ALLOC_WIRED
    
    * callout_drain()
    
    * vm_page_lock() / vm_page_unlock()
    
    * kern_yield()
    
    * CTLFLAG_MPSAFE

Summary of changes:
 sys/dev/drm2/i915/i915_debug.c    |  6 +++---
 sys/dev/drm2/i915/i915_dma.c      |  1 -
 sys/dev/drm2/i915/i915_gem.c      | 23 -----------------------
 sys/dev/drm2/i915/i915_gem_gtt.c  |  9 +--------
 sys/dev/drm2/i915/i915_irq.c      |  4 ----
 sys/dev/drm2/i915/intel_display.c |  5 -----
 6 files changed, 4 insertions(+), 44 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a620cf98fb51aaf9744d7669190e6133e5fe400e


-- 
DragonFly BSD source repository



More information about the Commits mailing list