[PATCH] hrtimers: add high resolution timer support
[sfrench/cifs-2.6.git] / include / linux / ktime.h
index 7444a63262318934415604a98b96d94c5bd5964b..c68c7ac6b2323601321f80910f8b2e7a19e03709 100644 (file)
@@ -261,8 +261,7 @@ static inline s64 ktime_to_ns(const ktime_t kt)
  * idea of the (in)accuracy of timers. Timer values are rounded up to
  * this resolution values.
  */
-#define KTIME_REALTIME_RES     (ktime_t){ .tv64 = TICK_NSEC }
-#define KTIME_MONOTONIC_RES    (ktime_t){ .tv64 = TICK_NSEC }
+#define KTIME_LOW_RES          (ktime_t){ .tv64 = TICK_NSEC }
 
 /* Get the monotonic time in timespec format: */
 extern void ktime_get_ts(struct timespec *ts);