aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-02-19 15:30:14 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2014-02-19 15:30:14 -0500
commit57e36bfdbc5f9312979956038e6ef04666834154 (patch)
treee85ec83ffafa387afcd34a0a1ed7088b8c526d25 /litmus
parent94b8c497a824e169bc23cd2138464739aaf0a381 (diff)
more cleanup
Diffstat (limited to 'litmus')
-rw-r--r--litmus/sched_cfl_split.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/litmus/sched_cfl_split.c b/litmus/sched_cfl_split.c
index 71c177d24150..8dc72c39dcb2 100644
--- a/litmus/sched_cfl_split.c
+++ b/litmus/sched_cfl_split.c
@@ -668,7 +668,6 @@ static struct task_struct* cflsplit_schedule(struct task_struct * prev)
668 * 668 *
669 * Job deadline moves handled similarly 669 * Job deadline moves handled similarly
670 */ 670 */
671// if (np && (out_of_time || preempt || sleep)) {
672 if (np && (out_of_time || sleep)) { 671 if (np && (out_of_time || sleep)) {
673 unlink(entry->scheduled); 672 unlink(entry->scheduled);
674 request_exit_np(entry->scheduled); 673 request_exit_np(entry->scheduled);