summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-17 02:25:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-17 02:25:44 -0300
commit5b465b045af3a649a89b8a5c5bfdece20ffc0345 (patch)
tree934f851eaec863864e15fa7ef9514a445a9e88ff /include/linux/sched.h
parent0520a938e11c34a5ffc422b9316b85e294b0fbb2 (diff)
Linux-libre 4.7.4-gnupck-4.7.4-gnu
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 77cd44e0f..0c40d315f 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1478,15 +1478,12 @@ struct task_struct {
#ifdef CONFIG_SCHED_BFS
int time_slice;
u64 deadline;
- skiplist_node *node; /* Skip list node id */
+ skiplist_node node; /* Skip list node */
u64 last_ran;
u64 sched_time; /* sched_clock time spent running */
#ifdef CONFIG_SMT_NICE
int smt_bias; /* Policy/nice level bias across smt siblings */
#endif
-#ifdef CONFIG_SMP
- bool sticky; /* Soft affined flag */
-#endif
#ifdef CONFIG_HOTPLUG_CPU
bool zerobound; /* Bound to CPU0 for hotplug */
#endif