HomeFreeBSD

Stop enabling interrupts when reentering kdb on arm64

Description

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

Details

Provenance
andrewAuthored on
Parents
rS353919: regulator: Add a regnode_set_constraint function
Branches
Unknown
Tags
Unknown