diff options
Diffstat (limited to 'litmus/rt_domain.c')
-rw-r--r-- | litmus/rt_domain.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/litmus/rt_domain.c b/litmus/rt_domain.c index 24b7a260e95b..09123eeadf2c 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 |