On Tue, Jul 11, 2017 at 18:59:36 +0100, Alex Bennée wrote: > While an ISB will ensure any raised IRQs happen on the next > instruction it doesn't cause any to get raised by itself. We can > therefor use a simple tb exit for ISB instructions and rely on the
s/therefor/therefore/ > exit_request check at the top of each TB to deal with exiting if > needed. > > Signed-off-by: Alex Bennée <[email protected]> Reviewed-by: Emilio G. Cota <[email protected]> E.
