diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-08-02 01:52:07 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-08-02 01:52:07 -0400 |
commit | 15ddb34a2700b62af3ebc0e60a7ee26dc13db289 (patch) | |
tree | 880f8d276dcd4d27e085fb84debaabf51f7ef983 /litmus/sched_litmus.c | |
parent | 7b39625c7872be3b57a27e0a74cb7112b024ca9e (diff) |
use correct timestampwip-bbb-prio-don
Diffstat (limited to 'litmus/sched_litmus.c')
-rw-r--r-- | litmus/sched_litmus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/sched_litmus.c b/litmus/sched_litmus.c index faf2312b762e..5877307a996b 100644 --- a/litmus/sched_litmus.c +++ b/litmus/sched_litmus.c | |||
@@ -196,7 +196,7 @@ static void yield_task_litmus(struct rq *rq) | |||
196 | { | 196 | { |
197 | TS_SYSCALL_IN_START; | 197 | TS_SYSCALL_IN_START; |
198 | 198 | ||
199 | TS_SYSCALL_OUT_END; | 199 | TS_SYSCALL_IN_END; |
200 | 200 | ||
201 | TRACE_CUR("yields\n"); | 201 | TRACE_CUR("yields\n"); |
202 | 202 | ||