diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-25 15:31:55 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-25 15:31:55 -0400 |
commit | 8f48e7b85219c37aaa57ce2bc910a1413dbbef81 (patch) | |
tree | c696282278388ef2f76db26d334d9506bd4dd0d2 | |
parent | ed883cf6c3990573f639cab888944322e7f319b9 (diff) |
locking: use correct timestamp
-rw-r--r-- | litmus/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/locking.c b/litmus/locking.c index c164ca3ab6cb..6ceaf2e9d0a2 100644 --- a/litmus/locking.c +++ b/litmus/locking.c | |||
@@ -88,7 +88,7 @@ asmlinkage long sys_litmus_lock(int lock_od) | |||
88 | 88 | ||
89 | /* Note: task my have been suspended or preempted in between! Take | 89 | /* Note: task my have been suspended or preempted in between! Take |
90 | * this into account when computing overheads. */ | 90 | * this into account when computing overheads. */ |
91 | TS_UNLOCK_END; | 91 | TS_LOCK_END; |
92 | 92 | ||
93 | TS_SYSCALL_OUT_START; | 93 | TS_SYSCALL_OUT_START; |
94 | 94 | ||