sched: sched_rt_entity
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 25 Jan 2008 20:08:27 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:27 +0000 (21:08 +0100)
commitfa717060f1ab7eb6570f2fb49136f838fc9195a9
tree0338460dae3116563645e3bfa1ff5100d39826f8
parent8eb703e4f33488bf75829564d51d427e17f7cd4c
sched: sched_rt_entity

Move the task_struct members specific to rt scheduling together.
A future optimization could be to put sched_entity and sched_rt_entity
into a union.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
CC: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/init_task.h
include/linux/sched.h
kernel/sched.c
kernel/sched_rt.c
mm/oom_kill.c