mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue