mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Fix the logic to match the new name of the tunable.
Pointed out by: iwasaki
This commit is contained in:
parent
df3321b578
commit
00295e7473
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121835
@ -49,7 +49,7 @@ wakeup_16:
|
||||
movw $PAGE_SIZE,%sp
|
||||
|
||||
/* Re-initialize video BIOS if the reset_video tunable is set. */
|
||||
cmp $1,reset_video
|
||||
cmp $0,reset_video
|
||||
je wakeup_16_gdt
|
||||
lcall $0xc000,$3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user