Module Name:    src
Committed By:   riastradh
Date:           Fri Mar 18 23:32:41 UTC 2022

Modified Files:
        src/sys/external/bsd/drm/dist/bsd-core: drmP.h

Log Message:
old drm: Use getticks(), not hardclock_ticks.

Should delete this code, no idea if it even still compiles.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/external/bsd/drm/dist/bsd-core/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/drm/dist/bsd-core/drmP.h
diff -u src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.25 src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.26
--- src/sys/external/bsd/drm/dist/bsd-core/drmP.h:1.25	Sat Apr  6 03:06:28 2019
+++ src/sys/external/bsd/drm/dist/bsd-core/drmP.h	Fri Mar 18 23:32:41 2022
@@ -303,7 +303,7 @@ enum {
 #else
 #define DRM_MTRR_WC		0
 #endif
-#define jiffies			hardclock_ticks
+#define jiffies			getticks()
 
 #define DRM_MAXUNITS    128
 extern struct drm_device *drm_units[];

Reply via email to