summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
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