OSDN Git Service

cpu-exec: Do CPU_INTERRUPT_HALT unconditionally
authorRichard Henderson <rth@twiddle.net>
Sat, 13 Sep 2014 16:45:34 +0000 (09:45 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Sep 2014 17:54:22 +0000 (18:54 +0100)
commit6a0fcbdf2de908e6ef910aaee778abe987e49d52
tree8c8a10b399b99235bc9f0be74df24e15313054e0
parent42f53fea9f5c3f02e52bd781559f92cb58fbe8a7
cpu-exec: Do CPU_INTERRUPT_HALT unconditionally

The signal is currently checked by 10 targets, but only actually
raised by Sparc and ARM.  For the sake of one test-and-branch,
we can handle this generic bit generically.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Message-id: 1410626734-3804-24-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
cpu-exec.c