Peformed the following sanity-checks:
- i386
- Confirmed assertion is not triggered during boot of a 4-CPU system (a bhyve VM).
- amd64
- Confirmed assertion is not triggered during boot of a 4-CPU system (a VMWare VM).
- Confirmed assertion is not triggered in the VM entry/exit code path (used an invocation of dtrace -f fbt:kernel:cpu_auxmsr to confirm this routine was, as expected, being called while a bhyve VM was running).
The resume codepaths were not sanity-checked, but, by inspection, these appear equally clear as contexts with interrupts disabled as the cases that were sanity-checked.