]> git.baikalelectronics.ru Git - kernel.git/commit
sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.h
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Tue, 11 Feb 2014 07:34:46 +0000 (15:34 +0800)
committerIngo Molnar <mingo@kernel.org>
Sat, 22 Feb 2014 17:14:13 +0000 (18:14 +0100)
commit55822ba617b49e4755825609e5012f114baf43bc
tree152f20b9d0ac39b265278f0bd2d070551c03f0d4
parentadf5e335bc7ee5c3a3c5eb4b5cbd6c3133379b70
sched/prio: Add 3 macros of MAX_NICE, MIN_NICE and NICE_WIDTH in prio.h

Currently there is lots of hard coding to 19 and -20, to represent
maximum and minimum of nice values.

This patch add three macros in prio.h for maximum, minimum and width
of nice value, and uses it to remove hardcoded values in prio.h.

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/3994e89327b2b15f992277cdf9f409c516f87d1b.1392103744.git.yangds.fnst@cn.fujitsu.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
[ Collapsed two small patches. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched/prio.h