bugfix: 忽略了在某些物理机上,在apic初始化后,发生的假中断问题

This commit is contained in:
fslongjin
2022-09-01 00:00:31 +08:00
parent 521736366b
commit 00181545f8

View File

@ -208,7 +208,5 @@ void Start_Kernel(void)
void ignore_int()
{
kwarn("Unknown interrupt or fault at RIP.\n");
while (1)
;
}
#pragma GCC pop_options