Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:16:56 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Ifdef out unused and now uninitialized fields of drm_agp_head.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.20 -r1.1.1.1.2.21 \
src/sys/external/bsd/drm2/dist/include/drm/drmP.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.20 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.21
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.20 Wed Jul 24 02:16:40 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:16:56 2013
@@ -580,8 +580,10 @@ struct drm_agp_head {
int acquired; /**< whether the AGP device has been acquired */
unsigned long base;
int agp_mtrr;
+#ifndef __NetBSD__
int cant_use_aperture;
unsigned long page_mask;
+#endif
};
/**