K 10 svn:author V 6 andrew K 8 svn:date V 27 2019-10-23T13:21:15.933658Z K 7 svn:log V 342 Stop enabling interrupts when reentering kdb on arm64 When we raise a data abort from the kernel we need to enable interrupts, however we shouldn't be doing this when in the kernel debugger. In this case interrupts can lead to a further panic as they don't expect to be run from such a context. MFC after: 2 weeks Sponsored by: DARPA, AFRL END