Module Name: src
Committed By: jmcneill
Date: Tue Feb 22 16:39:05 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu_cstate.c
Log Message:
make this build again
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/acpi/acpi_cpu_cstate.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpi_cpu_cstate.c
diff -u src/sys/dev/acpi/acpi_cpu_cstate.c:1.40 src/sys/dev/acpi/acpi_cpu_cstate.c:1.41
--- src/sys/dev/acpi/acpi_cpu_cstate.c:1.40 Tue Feb 22 16:05:30 2011
+++ src/sys/dev/acpi/acpi_cpu_cstate.c Tue Feb 22 16:39:05 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_cpu_cstate.c,v 1.40 2011/02/22 16:05:30 jruoho Exp $ */
+/* $NetBSD: acpi_cpu_cstate.c,v 1.41 2011/02/22 16:39:05 jmcneill Exp $ */
/*-
* Copyright (c) 2010 Jukka Ruohonen <[email protected]>
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_cstate.c,v 1.40 2011/02/22 16:05:30 jruoho Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_cstate.c,v 1.41 2011/02/22 16:39:05 jmcneill Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -326,7 +326,6 @@
static ACPI_STATUS
acpicpu_cstate_cst_add(struct acpicpu_softc *sc, ACPI_OBJECT *elm)
{
- const struct acpicpu_object *ao = &sc->sc_object;
struct acpicpu_cstate *cs = sc->sc_cstate;
struct acpicpu_cstate state;
struct acpicpu_reg *reg;