mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fix reboot buglet when BOOT_BTX_NOHANG is defined.
Submitted by: Umesh Krishnaswamy <umesh@juniper.net>
This commit is contained in:
parent
0f639cc8b0
commit
9dfe98e24e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77273
@ -862,7 +862,7 @@ ifdef(`PAGING',`
|
||||
')
|
||||
popl %eax # Call
|
||||
call *%eax # program
|
||||
intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot
|
||||
intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot
|
||||
jmp exit # Exit
|
||||
#
|
||||
# Dump structure [EBX] to [EDI], using format string [ESI].
|
||||
|
@ -862,7 +862,7 @@ ifdef(`PAGING',`
|
||||
')
|
||||
popl %eax # Call
|
||||
call *%eax # program
|
||||
intx30.1: incb %ss:btx_hdr+0x7 # Flag reboot
|
||||
intx30.1: orb $0x1,%ss:btx_hdr+0x7 # Flag reboot
|
||||
jmp exit # Exit
|
||||
#
|
||||
# Dump structure [EBX] to [EDI], using format string [ESI].
|
||||
|
Loading…
Reference in New Issue
Block a user