Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2013 15:33:18 +0000 (UTC)
From:      Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r254879 - head/sys/dev/drm2/ttm
Message-ID:  <201308251533.r7PFXIWQ071166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308251533.r7PFXIWQ071166>