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/include/linux Define jiffies ...



details:   https://anonhg.NetBSD.org/src/rev/9a3b226cbf46
branches:  riastradh-drm2
changeset: 788153:9a3b226cbf46
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:28:22 2013 +0000

description:
Define jiffies to be hardclock_ticks in <linux/jiffies.h>.

diffstat:

 sys/external/bsd/drm2/include/linux/jiffies.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1bf9a287f0d7 -r 9a3b226cbf46 sys/external/bsd/drm2/include/linux/jiffies.h
--- a/sys/external/bsd/drm2/include/linux/jiffies.h     Wed Jul 24 02:28:07 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/jiffies.h     Wed Jul 24 02:28:22 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: jiffies.h,v 1.1.2.1 2013/07/24 00:33:12 riastradh Exp $        */
+/*     $NetBSD: jiffies.h,v 1.1.2.2 2013/07/24 02:28:22 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,4 +32,9 @@
 #ifndef _LINUX_JIFFIES_H_
 #define _LINUX_JIFFIES_H_
 
+#include <sys/param.h>
+#include <sys/kernel.h>
+
+#define        jiffies hardclock_ticks
+
 #endif  /* _LINUX_JIFFIES_H_ */



Home | Main Index | Thread Index | Old Index