diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-02 21:02:10 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-09-27 11:57:30 +0200 |
commit | cf07da65f335b9a74e62f5413078f67280572f36 (patch) | |
tree | 7768c32680b0d7b04bec4cced6e0fd22ff1dbe01 /main-loop.c | |
parent | c978b3168727d3a76ffcb18462ea972f50b53634 (diff) | |
download | qemu-cf07da65f335b9a74e62f5413078f67280572f36.zip |
cpus-common: remove redundant call to exclusive_idle()
No need to call exclusive_idle() from cpu_exec_end since it is done
immediately afterwards in cpu_exec_start. Any exclusive section could
run as soon as cpu_exec_end leaves, because cpu->running is false and the
mutex is not taken, so the call does not add any protection either.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'main-loop.c')
0 files changed, 0 insertions, 0 deletions