aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/rt.h
Commit message (Collapse)AuthorAge
* sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2013-02-22
| | | | | | | | | | Originally submitted by Clark Williams as part of a cleanup, but happens also to fix an ia64 build problem: arch/ia64/kernel/init_task.c:38: error: 'RR_TIMESLICE' undeclared here (not in a function) Signed-off-by: Clark Williams <clark.williams@gmail.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
Move rt scheduler definitions out of include/linux/sched.h into new file include/linux/sched/rt.h Signed-off-by: Clark Williams <williams@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/20130207094707.7b9f825f@riff.lan Signed-off-by: Ingo Molnar <mingo@kernel.org>