kern: fix race-crash on interrupt controller save, improve fatal output

This commit is contained in:
Michael Scire 2020-12-01 13:56:01 -08:00 committed by SciresM
parent 783f1077be
commit 19a279ce45
2 changed files with 5 additions and 3 deletions

View file

@ -79,9 +79,6 @@ namespace ams::kern::arch::arm {
/* Setup all interrupt lines. */
SetupInterruptLines(core_id);
this->gicd = nullptr;
this->gicc = nullptr;
}
void KInterruptController::SaveCoreLocal(LocalState *state) const {