target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTB
commit64e46c958162d986cc6e0cdfd6fb8f11b6f31748
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 22 May 2018 22:02:23 +0000 (22 15:02 -0700)
committerStafford Horne <shorne@gmail.com>
Mon, 2 Jul 2018 15:05:28 +0000 (3 00:05 +0900)
treec2798555a87354c8c05dde1dc36d885cffca92be
parentc86395c850d43047e65892ea41942c18eb29a39d
target/openrisc: Use exit_tb instead of CPU_INTERRUPT_EXITTB

No need to use the interrupt mechanisms when we can
simply exit the tb directly.

Reviewed-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
target/openrisc/interrupt_helper.c
target/openrisc/translate.c