Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/include/drm Remove appar...
details: https://anonhg.NetBSD.org/src/rev/f234320411de
branches: riastradh-drm2
changeset: 788080:f234320411de
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:08:17 2013 +0000
description:
Remove apparently unused struct drm_context::last_switch.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drmP.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 02a63a228bf4 -r f234320411de sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:08:01 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:08:17 2013 +0000
@@ -1164,7 +1164,10 @@
#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;
Home |
Main Index |
Thread Index |
Old Index