Remove loop from the end of reboot since hang is now noreturn as well
This commit is contained in:
parent
003c730117
commit
a8aca62771
@ -60,6 +60,4 @@ static void try_idt_triple_fault()
|
|||||||
try_idt_triple_fault();
|
try_idt_triple_fault();
|
||||||
kerrorln("Failed to reboot, halting machine");
|
kerrorln("Failed to reboot, halting machine");
|
||||||
hang();
|
hang();
|
||||||
end:
|
|
||||||
goto end;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user