sched, autogroup, sysctl: Use proc_dointvec_minmax() instead
authorYong Zhang <yong.zhang0@gmail.com>
Sun, 20 Feb 2011 07:08:12 +0000 (15:08 +0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 23 Feb 2011 10:33:58 +0000 (11:33 +0100)
sched_autogroup_enabled has min/max value, proc_dointvec_minmax() is
be used for this case.

Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1298185696-4403-2-git-send-email-yong.zhang0@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found