sched: Move the priority specific bits into a new header file
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Mon, 27 Jan 2014 22:15:37 +0000 (17:15 -0500)
committerIngo Molnar <mingo@kernel.org>
Sun, 9 Feb 2014 12:31:49 +0000 (13:31 +0100)
commit5c228079ce8a9bb043a423069a6674dfb9268037
treed41bec8bc0723583902f002e1237ba915ebbbdc2
parent390f3258cb2d031f1c17aa32e771ebd336e89073
sched: Move the priority specific bits into a new header file

Some bits about priority are defined in linux/sched/rt.h, but
some of them are not only for rt scheduler, such as MAX_PRIO.

This patch move them all into a new header file, linux/sched/prio.h.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Cc: clark.williams@gmail.com
Cc: rostedt@goodmis.org
Cc: raistlin@linux.it
Cc: juri.lelli@gmail.com
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/f7549508a1588da2c613d601748ca9de30fa5dcf.1390859827.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
include/linux/sched/prio.h [new file with mode: 0644]
include/linux/sched/rt.h