Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58293
b: refs/heads/master
c: 50e645a
h: refs/heads/master
i:
  58291: bf39825
v: v3
  • Loading branch information
Ingo Molnar committed Jul 9, 2007
1 parent c4bc4b1 commit 875c9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 634fa8c97cc8f4ee2ae1dea7200ff0df762405e7
refs/heads/master: 50e645a8a1a91f57dd5d8454620be5f1cb0fc089
9 changes: 2 additions & 7 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,6 @@ struct mempolicy;
struct pipe_inode_info;
struct uts_namespace;

struct prio_array;
struct rq;
struct sched_domain;

Expand Down Expand Up @@ -884,24 +883,20 @@ struct task_struct {
int oncpu;
#endif
#endif
int load_weight; /* for niceness load balancing purposes */

int prio, static_prio, normal_prio;
struct list_head run_list;
struct prio_array *array;
struct sched_class *sched_class;
struct sched_entity se;

unsigned short ioprio;
#ifdef CONFIG_BLK_DEV_IO_TRACE
unsigned int btrace_seq;
#endif
unsigned long sleep_avg;
unsigned long long timestamp, last_ran;
unsigned long long sched_time; /* sched_clock time spent running */

unsigned int policy;
cpumask_t cpus_allowed;
unsigned int time_slice, first_time_slice;
unsigned int time_slice;

#if defined(CONFIG_SCHEDSTATS) || defined(CONFIG_TASK_DELAY_ACCT)
struct sched_info sched_info;
Expand Down

0 comments on commit 875c9c4

Please sign in to comment.