Paolo Bonzini cf07da65f3 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>
2016-09-27 11:57:30 +02:00
..
2015-11-17 18:35:56 +08:00
2014-06-10 07:44:01 +02:00
2011-07-08 11:25:56 +02:00
2016-05-26 11:12:05 -06:00
2016-03-11 16:59:12 +02:00
2016-09-13 19:08:47 +02:00
2016-09-05 13:47:01 -04:00
2013-04-03 11:39:43 +02:00