translate-all: remove tb_lock mention from cpu_restore_state_from_tb
authorEmilio G. Cota <cota@braap.org>
Sat, 5 Aug 2017 05:27:30 +0000 (01:27 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Jun 2018 18:18:48 +0000 (08:18 -1000)
commit705ad1ff0ce264475cb4c9a3aa31ba94a04869fe
treef76a00f06227308229c0e347449053fecf9331f7
parentb7542f7fe8f879b7b1e74f5fbd36b5746dbb6712
translate-all: remove tb_lock mention from cpu_restore_state_from_tb

tb_lock was needed when the function did retranslation. However,
since fca8a500d519 ("tcg: Save insn data and use it in
cpu_restore_state_from_tb") we don't do retranslation.

Get rid of the comment.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c