aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/edf_common.c
diff options
context:
space:
mode:
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 {