commit | 676c4798e03030852091519416753e55fbe78e59 | [log] [tgz] |
---|---|---|
author | Jan Stancek <jstancek@redhat.com> | Fri Feb 27 11:13:46 2015 +0100 |
committer | Jan Stancek <jstancek@redhat.com> | Wed Mar 04 15:35:46 2015 +0100 |
tree | 16f85f9485ecfed2af17046e3acaea2fb9fc6aec | |
parent | ada3226b892e67b5c2605f5c430848918ab702ba [diff] |
sched_setparam/10-1: remove testcase As in 9-1, this hangs on -rt kernel, because alarm(2) never fires. In case it runs on single cpu system, it's pretty much same as 9-1: child process of higher priority preempts parent. In case it runs on 2+ CPUs, it doesn't matter that one child is able to preempt parent, shared value is going to be increased regardless in all other children. Signed-off-by: Jan Stancek <jstancek@redhat.com> Acked-by: Cyril Hrubis <chrubis@suse.cz>