From 6e7b99ee3f26409dfe07746dad1f2177fea147d2 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 11 Jul 2010 00:57:47 +0400 Subject: [PATCH] bios: No need for sti at int15 irq exit iret will restore eflags anyway Signed-off-by: Cyrill Gorcunov --- bios/int15-real.S | 1 - 1 file changed, 1 deletion(-) diff --git a/bios/int15-real.S b/bios/int15-real.S index c30215f..4ef95d3 100644 --- a/bios/int15-real.S +++ b/bios/int15-real.S @@ -41,7 +41,6 @@ ENTRY(___int15) /* Clear CF */ andl $~EFLAGS_CF, 0x4(%esp) out: - sti IRET /*