mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 01:46:31 +00:00
磁盘请求在处理时,切换进程
This commit is contained in:
@ -53,6 +53,7 @@ Restore_all:
|
||||
popq %rax
|
||||
addq $0x10, %rsp // 弹出变量FUNC和errcode
|
||||
|
||||
sti
|
||||
iretq
|
||||
|
||||
ret_from_exception:
|
||||
@ -169,6 +170,7 @@ ENTRY(ret_from_system_call)
|
||||
popq %rax
|
||||
addq $0x10, %rsp // 弹出变量FUNC和errcode
|
||||
|
||||
sti
|
||||
iretq
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user