On Thu, Oct 26, 2017 at 08:08:35PM +1100, Jonathan Gray wrote: > No, cpu_reset() is MD this will break ddb on all non x86 archs besides > landisk.
Would it make sense to implement a boot(RB_RESET) that works everywhere? Problem is that when adding MP locks to the kernel, ddb boot reboot does not work reliably. We need something that does not run code that may allocate locks. bluhm
