summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-01-12 19:54:19 +0000
committermdf <mdf@FreeBSD.org>2011-01-12 19:54:19 +0000
commitf6a71a40b2504dd316580a282777fc25cc857800 (patch)
tree9d6d1197b3a2cec7041211531dd927ad547788ce /sys/amd64/acpica
parent536d58a251b1ba1915a1b29f23d1f9b221352d4a (diff)
downloadFreeBSD-src-f6a71a40b2504dd316580a282777fc25cc857800.zip
FreeBSD-src-f6a71a40b2504dd316580a282777fc25cc857800.tar.gz
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
Commit the kernel changes.
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/acpi_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c
index e33e613..25dd173 100644
--- a/sys/amd64/acpica/acpi_machdep.c
+++ b/sys/amd64/acpica/acpi_machdep.c
@@ -68,7 +68,7 @@ acpi_machdep_init(device_t dev)
if (intr_model != ACPI_INTR_PIC)
acpi_SetIntrModel(intr_model);
- SYSCTL_ADD_UINT(&sc->acpi_sysctl_ctx,
+ SYSCTL_ADD_INT(&sc->acpi_sysctl_ctx,
SYSCTL_CHILDREN(sc->acpi_sysctl_tree), OID_AUTO,
"reset_video", CTLFLAG_RW, &acpi_reset_video, 0,
"Call the VESA reset BIOS vector on the resume path");
OpenPOWER on IntegriCloud