aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/rt_domain.c
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2011-10-11 14:37:06 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2011-10-11 14:37:06 -0400
commit657e11dcb9ec8e8ed7ffcbd490d845072bcb4be4 (patch)
tree1f408958c2333f8c17757dfc5831e70fb0af56d6 /litmus/rt_domain.c
parentfc509f9abd444f6a75b1d0e27c6bec5eadecd823 (diff)
Add level-A release and remove some bad time-trace macros.
Diffstat (limited to 'litmus/rt_domain.c')
-rw-r--r--litmus/rt_domain.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/litmus/rt_domain.c b/litmus/rt_domain.c
index 24b7a260e95..09123eeadf2 100644
--- a/litmus/rt_domain.c
+++ b/litmus/rt_domain.c
@@ -405,8 +405,6 @@ static void pd_requeue(domain_t *dom, struct task_struct *task)
405{ 405{
406 rt_domain_t *domain = (rt_domain_t*)dom->data; 406 rt_domain_t *domain = (rt_domain_t*)dom->data;
407 407
408 QT_START;
409
410 BUG_ON(!task || !is_realtime(task)); 408 BUG_ON(!task || !is_realtime(task));
411 TRACE_TASK(task, "Requeueing\n"); 409 TRACE_TASK(task, "Requeueing\n");
412 BUG_ON(is_queued(task)); 410 BUG_ON(is_queued(task));
@@ -423,7 +421,6 @@ static void pd_requeue(domain_t *dom, struct task_struct *task)
423 add_release(domain, task); 421 add_release(domain, task);
424 } 422 }
425 423
426 QT_END;
427} 424}
428 425
429/* pd_take_ready - removes and returns the next ready task from the rt_domain 426/* pd_take_ready - removes and returns the next ready task from the rt_domain