From 8f48e7b85219c37aaa57ce2bc910a1413dbbef81 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Mon, 25 Jul 2011 15:31:55 -0400 Subject: locking: use correct timestamp --- litmus/locking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /* Note: task my have been suspended or preempted in between! Take * this into account when computing overheads. */ - TS_UNLOCK_END; + TS_LOCK_END; TS_SYSCALL_OUT_START; -- cgit v1.2.2