Remove loop from the end of reboot since hang is now noreturn as well

This commit is contained in:
apio 2022-09-06 12:13:20 +02:00
parent 003c730117
commit a8aca62771

View File

@ -60,6 +60,4 @@ static void try_idt_triple_fault()
try_idt_triple_fault();
kerrorln("Failed to reboot, halting machine");
hang();
end:
goto end;
}