4
1
mirror of https://github.com/DragonOS-Community/DragonOS.git synced 2025-06-20 05:56:32 +00:00

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

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

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