mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
Fix some issues uncovered by the spawn stress test.
This commit is contained in:
parent
f6179ad9f9
commit
3f3535213b
5 changed files with 9 additions and 7 deletions
|
@ -34,7 +34,7 @@ word gdt_alloc_entry()
|
|||
|
||||
void gdt_free_entry(word entry)
|
||||
{
|
||||
s_gdt_freelist->append(entry);
|
||||
s_gdt_freelist->unchecked_append(entry);
|
||||
}
|
||||
|
||||
extern "C" void handle_irq();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue