Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
[pandora-kernel.git] / include / linux / sched.h
index 5c38db5..9ee3bed 100644 (file)
@@ -1346,6 +1346,12 @@ struct task_struct {
        int latency_record_count;
        struct latency_record latency_record[LT_SAVECOUNT];
 #endif
+       /*
+        * time slack values; these are used to round up poll() and
+        * select() etc timeout values. These are in nanoseconds.
+        */
+       unsigned long timer_slack_ns;
+       unsigned long default_timer_slack_ns;
 };
 
 /*