Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31853
b: refs/heads/master
c: 70b97a7
h: refs/heads/master
i:
  31851: 864247b
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent add328e commit 4994d7f
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 128 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: 36c8b586896f60cb91a4fd526233190b34316baf
refs/heads/master: 70b97a7f0b19cf1f2619deb5cc41e8b78c591aa7
5 changes: 3 additions & 2 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ extern struct user_struct *find_user(uid_t);
extern struct user_struct root_user;
#define INIT_USER (&root_user)

typedef struct prio_array prio_array_t;
struct backing_dev_info;
struct reclaim_state;

Expand Down Expand Up @@ -715,6 +714,8 @@ enum sleep_type {
SLEEP_INTERRUPTED,
};

struct prio_array;

struct task_struct {
volatile long state; /* -1 unrunnable, 0 runnable, >0 stopped */
struct thread_info *thread_info;
Expand All @@ -732,7 +733,7 @@ struct task_struct {
int load_weight; /* for niceness load balancing purposes */
int prio, static_prio, normal_prio;
struct list_head run_list;
prio_array_t *array;
struct prio_array *array;

unsigned short ioprio;
unsigned int btrace_seq;
Expand Down
Loading

0 comments on commit 4994d7f

Please sign in to comment.