diff options
| author | christos <christos@NetBSD.org> | 2013-12-27 18:51:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-12-27 18:51:44 +0000 |
| commit | 7dadb2071a8da8a44df58482eec6e18618da1def (patch) | |
| tree | f2249e44aed0ea44aaaa72ebb4d22d9b88c59928 /sys/dev | |
| parent | fc86c29b57279310a11406d6bff2224e7dc0fb26 (diff) | |
constant changed name
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpi_timer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpi_timer.c b/sys/dev/acpi/acpi_timer.c index a797d2b188f..774082e9da0 100644 --- a/sys/dev/acpi/acpi_timer.c +++ b/sys/dev/acpi/acpi_timer.c @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_timer.c,v 1.21 2011/08/08 11:27:44 jmcneill Exp $ */ +/* $NetBSD: acpi_timer.c,v 1.22 2013/12/27 18:51:44 christos Exp $ */ /*- * Copyright (c) 2006 Matthias Drochner <drochner@NetBSD.org> @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.21 2011/08/08 11:27:44 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.22 2013/12/27 18:51:44 christos Exp $"); #include <sys/types.h> #include <sys/systm.h> @@ -45,7 +45,7 @@ static struct timecounter acpi_timecounter = { acpitimer_read_safe, 0, 0x00ffffff, - PM_TIMER_FREQUENCY, + ACPI_PM_TIMER_FREQUENCY, "ACPI-Safe", 900, NULL, |
