mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-04 20:51:28 +00:00
bios: No need for sti at int15 irq exit
iret will restore eflags anyway Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
committed by
Will Deacon
parent
505d225a04
commit
6e7b99ee3f
@@ -41,7 +41,6 @@ ENTRY(___int15)
|
||||
/* Clear CF */
|
||||
andl $~EFLAGS_CF, 0x4(%esp)
|
||||
out:
|
||||
sti
|
||||
IRET
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user