sched/rt: Avoid updating RT entry timeout twice within one tick period
[pandora-kernel.git] / include / linux / sched.h
index 312d047..c17fdfb 100644 (file)
@@ -1200,6 +1200,7 @@ struct sched_entity {
 struct sched_rt_entity {
        struct list_head run_list;
        unsigned long timeout;
+       unsigned long watchdog_stamp;
        unsigned int time_slice;
        int nr_cpus_allowed;