diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-09-25 23:31:49 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-09-25 23:31:49 -0400 |
commit | 4aa0901b8c5c9b89ff804a8087037ff0e3c8ca88 (patch) | |
tree | ff91550a17fc74191ee992607580b7a42335fc1f /kernel | |
parent | 01dd99b3a1074edf551dd5941896f0edca670159 (diff) |
Clean up TRACEs.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched_gsn_edf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/sched_gsn_edf.c b/kernel/sched_gsn_edf.c index 25f21a7505..948d2b4dc3 100644 --- a/kernel/sched_gsn_edf.c +++ b/kernel/sched_gsn_edf.c | |||
@@ -200,8 +200,6 @@ static noinline void unlink(struct task_struct* t) | |||
200 | 200 | ||
201 | if (unlikely(!t)) { | 201 | if (unlikely(!t)) { |
202 | TRACE_BUG_ON(!t); | 202 | TRACE_BUG_ON(!t); |
203 | TRACE("called from: %p (%p)\n", __builtin_return_address(0), | ||
204 | __builtin_return_address(1)); | ||
205 | return; | 203 | return; |
206 | } | 204 | } |
207 | 205 | ||
@@ -635,7 +633,7 @@ static void gsnedf_task_blocks(struct task_struct *t) | |||
635 | static long gsnedf_tear_down(struct task_struct * t) | 633 | static long gsnedf_tear_down(struct task_struct * t) |
636 | { | 634 | { |
637 | BUG_ON(!is_realtime(t)); | 635 | BUG_ON(!is_realtime(t)); |
638 | TRACE_TASK(t, "tear down called"); | 636 | TRACE_TASK(t, "RIP\n"); |
639 | BUG_ON(t->array); | 637 | BUG_ON(t->array); |
640 | BUG_ON(t->rt_list.next != LIST_POISON1); | 638 | BUG_ON(t->rt_list.next != LIST_POISON1); |
641 | BUG_ON(t->rt_list.prev != LIST_POISON2); | 639 | BUG_ON(t->rt_list.prev != LIST_POISON2); |