summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorTodd Kjos <tkjos@google.com>2017-11-08 00:43:37 +0000
committerTodd Kjos <tkjos@google.com>2017-11-08 00:43:53 +0000
commit3822fe484cef0ef3e37e7106bfd684639f64e77b (patch)
tree2b3565657d82fcf1c42a750fbcdf16aa8c0b1f53 /include/linux/sched.h
parentdf147c9e336cfcb4183db1eb9552b0429060cd0d (diff)
Revert "ANDROID: sched/rt: schedtune: Add boost retention to RT"
This reverts commit d194ba5d712f051ff6c025f3484bb72f219764e3. Reason for revert: Broke some builds. Will fix and resubmit. Change-Id: I4e6fa1562346eda1bbf058f1d5ace5ba6256ce07
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 6197d9c8e5a0..60af9d2fa922 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1433,10 +1433,6 @@ struct sched_rt_entity {
unsigned long watchdog_stamp;
unsigned int time_slice;
- /* Accesses for these must be guarded by rq->lock of the task's rq */
- bool schedtune_enqueued;
- struct hrtimer schedtune_timer;
-
struct sched_rt_entity *back;
#ifdef CONFIG_RT_GROUP_SCHED
struct sched_rt_entity *parent;