aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorKamalesh Babulal <[email protected]>2011-12-10 19:29:25 +0530
committerIngo Molnar <[email protected]>2011-12-21 10:34:48 +0100
commit11534ec5b6cea13ae38d31799d2a5290c5d724af (patch)
tree117d554ceed6d9b9d812a943a8ff8c4f12a203e4 /tools/perf/scripts/python/syscall-counts.py
parenta195f004e9496b4d99f471bb96e0a0c1af080909 (diff)
sched: Remove cfs bandwidth period check in tg_set_cfs_period()
Remove cfs bandwidth period check from tg_set_cfs_period. Invalid bandwidth period's lower/upper limits are denoted by min_cfs_quota_period/max_cfs_quota_period repsectively, and are checked against valid period in tg_set_cfs_bandwidth(). As pjt pointed out, negative input will result in very large unsigned numbers and will be caught by the max allowed period test. Signed-off-by: Kamalesh Babulal <[email protected]> Acked-by: Paul Turner <[email protected]> [ammended changelog to mention negative values] Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] -- kernel/sched/core.c | 3 --- 1 file changed, 3 deletions(-) Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions