Module Name: src
Committed By: riastradh
Date: Wed Jul 24 02:08:17 UTC 2013
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h
Log Message:
Remove apparently unused struct drm_context::last_switch.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.17 -r1.1.1.1.2.18 \
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.17 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.18
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.17 Wed Jul 24 02:05:49 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:08:17 2013
@@ -1164,7 +1164,10 @@ struct drm_device {
#endif
int last_checked; /**< Last context checked for DMA */
int last_context; /**< Last current context */
+#ifndef __NetBSD__
+ /* XXX Nobody seems to use this. */
unsigned long last_switch; /**< jiffies at last context switch */
+#endif
/*@} */
struct work_struct work;