thermosphere: some gdb/debug refactor

This commit is contained in:
TuxSH
2020-01-23 02:15:03 +00:00
parent c89ce085a6
commit abeaa72f94
6 changed files with 164 additions and 496 deletions

View File

@@ -206,7 +206,6 @@ void handleIrqException(ExceptionStackFrame *frame, bool isLowerEl, bool isA32)
u32 irqId = iar & 0x3FF;
u32 srcCore = (iar >> 10) & 7;
frame->esr_el2.ec = Exception_Uncategorized;
DEBUG("EL2 [core %d]: Received irq %x\n", (int)currentCoreCtx->coreId, irqId);
if (irqId == GIC_IRQID_SPURIOUS) {