svn commit: r207156 - head/sys/dev/drm

Robert Noland rnoland at FreeBSD.org
Sat Apr 24 18:13:13 UTC 2010


Author: rnoland
Date: Sat Apr 24 18:13:12 2010
New Revision: 207156
URL: http://svn.freebsd.org/changeset/base/207156

Log:
  remove vm obect tracker that slipped in from prior work.
  
  MFC after:	2 weeks

Modified:
  head/sys/dev/drm/drmP.h

Modified: head/sys/dev/drm/drmP.h
==============================================================================
--- head/sys/dev/drm/drmP.h	Sat Apr 24 17:32:52 2010	(r207155)
+++ head/sys/dev/drm/drmP.h	Sat Apr 24 18:13:12 2010	(r207156)
@@ -481,7 +481,6 @@ typedef struct drm_sg_mem {
 	vm_offset_t vaddr;
 	vm_paddr_t *busaddr;
 	vm_pindex_t pages;
-	vm_object_t obj;
 } drm_sg_mem_t;
 
 #define DRM_MAP_HANDLE_BITS	(sizeof(void *) == 4 ? 4 : 24)


More information about the svn-src-head mailing list