aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2014-01-15 17:15:13 +0100
committerIngo Molnar <mingo@kernel.org>2014-01-16 09:27:16 +0100
commit0bb040a44381261c0729636abbe03caeedb7d72e (patch)
tree93aadef8749484368b3a83c353722d691fad7c47 /include
parentsched: Fix up scheduler syscall LTP fails (diff)
downloadlinux-dev-0bb040a44381261c0729636abbe03caeedb7d72e.tar.xz
linux-dev-0bb040a44381261c0729636abbe03caeedb7d72e.zip
sched: Fix up attr::sched_priority warning
Fengguang Wu reported the following build warning: > kernel/sched/core.c:3067 __sched_setscheduler() warn: unsigned 'attr->sched_priority' is never less than zero. Since it doesn't make sense for attr::sched_priority to be negative, remove the check, since we already test for an upper limit any actual negative values passed in through the old param::sched_priority field will still be detected. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Juri Lelli <juri.lelli@gmail.com> Cc: Dario Faggioli <raistlin@linux.it> Fixes: d50dde5a10f3 ("sched: Add new scheduler syscalls to support an extended scheduling parameters ABI") Link: http://lkml.kernel.org/n/tip-fid9nalzii2r5voxtf4eh5kz@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions