aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/edf_common.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-11-30 13:36:03 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-11-30 13:36:03 -0500
commit3ee5f13b8213270ba30e4b3625dff46b1cc8326f (patch)
treeb349e8f80559fdd608d057781fd0f2dcc1e498fe /litmus/edf_common.c
parent7ebec2a6abe03d5c42742a6dce74787880394897 (diff)
More improvements on affinity heuristics
Diffstat (limited to 'litmus/edf_common.c')
-rw-r--r--litmus/edf_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/edf_common.c b/litmus/edf_common.c
index 916b1b4309b7..a9bf0c08e125 100644
--- a/litmus/edf_common.c
+++ b/litmus/edf_common.c
@@ -272,7 +272,7 @@ int edf_higher_prio(struct task_struct* first, struct task_struct* second)
272 return 1; 272 return 1;
273 } 273 }
274 else if (first->pid == second->pid) { 274 else if (first->pid == second->pid) {
275 WARN_ON(1); 275 //WARN_ON(1);
276 } 276 }
277 } 277 }
278 else { 278 else {