svn commit: r254879 - head/sys/dev/drm2/ttm

Jean-Sebastien Pedron dumbbell at FreeBSD.org
Sun Aug 25 15:33:18 UTC 2013


Author: dumbbell
Date: Sun Aug 25 15:33:17 2013
New Revision: 254879
URL: http://svnweb.freebsd.org/changeset/base/254879

Log:
  drm/ttm: Remove unused VM_ALLOC_DMA32 define

Modified:
  head/sys/dev/drm2/ttm/ttm_page_alloc.c

Modified: head/sys/dev/drm2/ttm/ttm_page_alloc.c
==============================================================================
--- head/sys/dev/drm2/ttm/ttm_page_alloc.c	Sun Aug 25 15:29:23 2013	(r254878)
+++ head/sys/dev/drm2/ttm/ttm_page_alloc.c	Sun Aug 25 15:33:17 2013	(r254879)
@@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$");
 #include <asm/agp.h>
 #endif
 
-#define	VM_ALLOC_DMA32	VM_ALLOC_RESERVED1
-
 #define NUM_PAGES_TO_ALLOC		(PAGE_SIZE/sizeof(vm_page_t))
 #define SMALL_ALLOCATION		16
 #define FREE_ALL_PAGES			(~0U)


More information about the svn-src-head mailing list