mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
bugfix: 修复部分机器上无法正确启动多核的问题
This commit is contained in:
@ -208,5 +208,6 @@ void Start_Kernel(void)
|
||||
void ignore_int()
|
||||
{
|
||||
kwarn("Unknown interrupt or fault at RIP.\n");
|
||||
sti();
|
||||
}
|
||||
#pragma GCC pop_options
|
Reference in New Issue
Block a user