Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit ec356b8a6e - Show all commits

View File

@@ -311,7 +311,7 @@ XTCDECL
VOID
HL::Pic::HandleApicErrorInterrupt(IN PKTRAP_FRAME TrapFrame)
{
ULONG ErrorStatus;
UNUSED ULONG ErrorStatus;
/* Write 0 to the ESR register to trigger an internal state update, then read the latched status */
WriteApicRegister(APIC_ESR, 0);