mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 11:13:22 +00:00
bugfix: 解决了ignore_int在运行时可能破坏进程执行上下文的问题。
This commit is contained in:
@ -290,7 +290,7 @@ void apic_init_ap_core_local_apic();
|
||||
* @brief 初始化apic控制器
|
||||
*
|
||||
*/
|
||||
void apic_init();
|
||||
int apic_init();
|
||||
|
||||
/**
|
||||
* @brief 读取指定类型的 Interrupt Control Structure
|
||||
|
Reference in New Issue
Block a user