mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
commit4ec667042d9ac017daad318ad848cd05cd823df8
authorPranith Kumar <bobby.prani@gmail.com>
Thu, 23 Feb 2017 18:29:06 +0000 (23 18:29 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 24 Feb 2017 10:32:45 +0000 (24 10:32 +0000)
tree50a3f287bcf7b1bc9238d67e39413b2b124c73f6
parent6ac3d7e845549f08473f020c1c70f14b8911a67e
mttcg: Add missing tb_lock/unlock() in cpu_exec_step()

The recent patch enabling lock assertions uncovered the missing lock
acquisition in cpu_exec_step(). This patch adds them.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
cpu-exec.c