From 8c5038ac8bc4ccde8f348dcdcaec76323182e557 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 18 Nov 2010 20:17:04 +0300 Subject: [PATCH] bios: Get rid of redundant ops cli/sti is not needed here Signed-off-by: Cyrill Gorcunov --- bios/bios-rom.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/bios/bios-rom.S b/bios/bios-rom.S index 0119c11..6dec953 100644 --- a/bios/bios-rom.S +++ b/bios/bios-rom.S @@ -27,7 +27,6 @@ ENTRY_END(bios_intfake) * We ignore bx settings */ ENTRY(bios_int10) - cli test $0x0e, %ah jne 1f @@ -57,7 +56,6 @@ putchar_new: stack_restore 1: - sti IRET /* * private IRQ data