diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-03-30 22:35:56 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-03-30 22:35:56 -0500 |
| commit | d62e54abca1146981fc9f98f85ff398a113a22c2 (patch) | |
| tree | 870420dbc4c65e716dcef8a802aafdc0ef97a8b4 /include/linux/pid.h | |
| parent | fd4a0b92db6a57cba8d03efbe1cebf91f9124ce0 (diff) | |
| parent | ce362c009250340358a7221f3cdb7954cbf19c01 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'include/linux/pid.h')
| -rw-r--r-- | include/linux/pid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 5b2fcb19d2da..5b9082cc600f 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | enum pid_type | 4 | enum pid_type |
| 5 | { | 5 | { |
| 6 | PIDTYPE_PID, | 6 | PIDTYPE_PID, |
| 7 | PIDTYPE_TGID, | ||
| 8 | PIDTYPE_PGID, | 7 | PIDTYPE_PGID, |
| 9 | PIDTYPE_SID, | 8 | PIDTYPE_SID, |
| 10 | PIDTYPE_MAX | 9 | PIDTYPE_MAX |
| @@ -38,7 +37,6 @@ extern struct pid *FASTCALL(find_pid(enum pid_type, int)); | |||
| 38 | 37 | ||
| 39 | extern int alloc_pidmap(void); | 38 | extern int alloc_pidmap(void); |
| 40 | extern void FASTCALL(free_pidmap(int)); | 39 | extern void FASTCALL(free_pidmap(int)); |
| 41 | extern void switch_exec_pids(struct task_struct *leader, struct task_struct *thread); | ||
| 42 | 40 | ||
| 43 | #define do_each_task_pid(who, type, task) \ | 41 | #define do_each_task_pid(who, type, task) \ |
| 44 | if ((task = find_task_by_pid_type(type, who))) { \ | 42 | if ((task = find_task_by_pid_type(type, who))) { \ |
