mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-04 04:31:27 +00:00
bios: Get rid of redundant ops
cli/sti is not needed here Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
committed by
Will Deacon
parent
289727508e
commit
8c5038ac8b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user