commit | 8698a745d800c59cd5a576398bdeccd578ac66f1 | [log] [tgz] |
---|---|---|
author | Dongsheng Yang <[email protected]> | Tue Mar 11 18:09:12 2014 +0800 |
committer | Ingo Molnar <[email protected]> | Fri Apr 18 12:07:24 2014 +0200 |
tree | cba75113883cebed085a55898e570cedd69e0ed3 | |
parent | 10447917551e0fffb8d1892d46e633c3e0a9c1ec [diff] |
sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE Replace various -20/+19 hardcoded nice values with MIN_NICE/MAX_NICE. Signed-off-by: Dongsheng Yang <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/ff13819fd09b7a5dba5ab5ae797f2e7019bdfa17.1394532288.git.yangds.fnst@cn.fujitsu.com Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] [ Consolidated the patches, twiddled the changelog. ] Signed-off-by: Ingo Molnar <[email protected]>