[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>
Showing
- arch/alpha/kernel/process.c 1 addition, 1 deletionarch/alpha/kernel/process.c
- arch/ia64/kernel/mca.c 5 additions, 5 deletionsarch/ia64/kernel/mca.c
- arch/ia64/kernel/smpboot.c 1 addition, 1 deletionarch/ia64/kernel/smpboot.c
- arch/mips/kernel/entry.S 1 addition, 1 deletionarch/mips/kernel/entry.S
- arch/mips/kernel/mips-mt.c 3 additions, 3 deletionsarch/mips/kernel/mips-mt.c
- arch/um/kernel/tt/process_kern.c 1 addition, 1 deletionarch/um/kernel/tt/process_kern.c
- drivers/char/tty_io.c 1 addition, 1 deletiondrivers/char/tty_io.c
- fs/eventpoll.c 2 additions, 2 deletionsfs/eventpoll.c
- include/asm-ia64/thread_info.h 1 addition, 1 deletioninclude/asm-ia64/thread_info.h
- include/asm-m32r/system.h 1 addition, 1 deletioninclude/asm-m32r/system.h
- include/asm-sh/system.h 1 addition, 1 deletioninclude/asm-sh/system.h
- include/linux/sched.h 28 additions, 27 deletionsinclude/linux/sched.h
- kernel/capability.c 4 additions, 4 deletionskernel/capability.c
- kernel/exit.c 19 additions, 16 deletionskernel/exit.c
- kernel/fork.c 9 additions, 9 deletionskernel/fork.c
- kernel/hrtimer.c 1 addition, 1 deletionkernel/hrtimer.c
- kernel/pid.c 3 additions, 3 deletionskernel/pid.c
- kernel/ptrace.c 3 additions, 3 deletionskernel/ptrace.c
- kernel/rtmutex-debug.c 3 additions, 2 deletionskernel/rtmutex-debug.c
- kernel/rtmutex-tester.c 2 additions, 2 deletionskernel/rtmutex-tester.c
Loading
Please register or sign in to comment