On 15/06/2017 10:57, Alex Bennée wrote: >> + /* BS_STOP isn't good enough here; >> + reevaluate cpu_mips_hw_interrupts_enabled. */ > nit: technically we want to ensure mips_cpu_exec_interrupt is run (which > calls cpu_mips_hw_interrupts_enabled)
Right, that's why it's "reevaluate" not "reexecute". :) Just a nit of course. Paolo