[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:25:41 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:11 +0000 (15:27 -0700)
commit36c8b586896f60cb91a4fd526233190b34316baf
tree003246e1e676de33703daa979b3e3109ca202a89
parent48f24c4da1ee7f3f22289cb85e8b8a73e4df4db5
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct

cleanup: remove task_t and convert all the uses to struct task_struct. I
introduced it for the scheduler anno and it was a mistake.

Conversion was mostly scripted, the result was reviewed and all
secondary whitespace and style impact (if any) was fixed up by hand.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
25 files changed:
arch/alpha/kernel/process.c
arch/ia64/kernel/mca.c
arch/ia64/kernel/smpboot.c
arch/mips/kernel/entry.S
arch/mips/kernel/mips-mt.c
arch/um/kernel/tt/process_kern.c
drivers/char/tty_io.c
fs/eventpoll.c
include/asm-ia64/thread_info.h
include/asm-m32r/system.h
include/asm-sh/system.h
include/linux/sched.h
kernel/capability.c
kernel/exit.c
kernel/fork.c
kernel/hrtimer.c
kernel/pid.c
kernel/ptrace.c
kernel/rtmutex-debug.c
kernel/rtmutex-tester.c
kernel/rtmutex.c
kernel/sched.c
kernel/timer.c
kernel/workqueue.c
mm/oom_kill.c