aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ce0c5adc9eb0..efa3beb007ff 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -788,7 +788,6 @@ struct mempolicy;
788struct pipe_inode_info; 788struct pipe_inode_info;
789struct uts_namespace; 789struct uts_namespace;
790 790
791struct prio_array;
792struct rq; 791struct rq;
793struct sched_domain; 792struct sched_domain;
794 793
@@ -884,10 +883,9 @@ struct task_struct {
884 int oncpu; 883 int oncpu;
885#endif 884#endif
886#endif 885#endif
887 int load_weight; /* for niceness load balancing purposes */ 886
888 int prio, static_prio, normal_prio; 887 int prio, static_prio, normal_prio;
889 struct list_head run_list; 888 struct list_head run_list;
890 struct prio_array *array;
891 struct sched_class *sched_class; 889 struct sched_class *sched_class;
892 struct sched_entity se; 890 struct sched_entity se;
893 891
@@ -895,13 +893,10 @@ struct task_struct {
895#ifdef CONFIG_BLK_DEV_IO_TRACE 893#ifdef CONFIG_BLK_DEV_IO_TRACE
896 unsigned int btrace_seq; 894 unsigned int btrace_seq;
897#endif 895#endif
898 unsigned long sleep_avg;
899 unsigned long long timestamp, last_ran;
900 unsigned long long sched_time; /* sched_clock time spent running */
901 896
902 unsigned int policy; 897 unsigned int policy;
903 cpumask_t cpus_allowed; 898 cpumask_t cpus_allowed;
904 unsigned int time_slice, first_time_slice; 899 unsigned int time_slice;
905 900
906#if defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT) 901#if defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT)
907 struct sched_info sched_info; 902 struct sched_info sched_info;