summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-11-01 01:05:53 +0000
committernjl <njl@FreeBSD.org>2003-11-01 01:05:53 +0000
commita7ed4268511fad8fcd4d2b84692909536414e185 (patch)
tree2fb6e4ea57ef90a83d9a849b420fe0a909b87f77 /sys/i386/acpica
parent5236684aa2626a813fd4d3640c0b9ad8f6467100 (diff)
downloadFreeBSD-src-a7ed4268511fad8fcd4d2b84692909536414e185.zip
FreeBSD-src-a7ed4268511fad8fcd4d2b84692909536414e185.tar.gz
Fix the logic to match the new name of the tunable.
Pointed out by: iwasaki
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_wakecode.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/acpi_wakecode.S b/sys/i386/acpica/acpi_wakecode.S
index da39e07..debf5e7 100644
--- a/sys/i386/acpica/acpi_wakecode.S
+++ b/sys/i386/acpica/acpi_wakecode.S
@@ -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
OpenPOWER on IntegriCloud