drm/ttm: Remove unused VM_ALLOC_DMA32 define

This commit is contained in:
Jean-Sébastien Pédron 2013-08-25 15:33:17 +00:00
parent 4360c0bb20
commit a18d713ab7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254879

View File

@ -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)