Quoting Claudio Imbrenda (2022-10-20 14:31:42) > If a program interrupt is received while in an interrupt handler, > terminate immediately, stopping all CPUs and leaving the last CPU in > disabled wait with a specific PSW code. > > This will aid debugging by not cluttering the output, avoiding further > interrupts (that would be needed to write to the output), and providing > an indication of the cause of the termination. > > Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> Reviewed-by: Nico Boehr <nrb@xxxxxxxxxxxxx>