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:
Cyrill Gorcunov
2015-06-01 16:39:40 +01:00
committed by Will Deacon
parent 505d225a04
commit 6e7b99ee3f
-1
View File
@@ -41,7 +41,6 @@ ENTRY(___int15)
/* Clear CF */
andl $~EFLAGS_CF, 0x4(%esp)
out:
sti
IRET
/*