Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Pull in sys/cpu.h for struct cpu_info and CPU_I...



details:   https://anonhg.NetBSD.org/src/rev/7f29fbc604fd
branches:  trunk
changeset: 836329:7f29fbc604fd
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Oct 12 21:19:11 2018 +0000

description:
Pull in sys/cpu.h for struct cpu_info and CPU_INFO_ITERATOR.

diffstat:

 sys/dev/acpi/acpi_util.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r b3f7a351151e -r 7f29fbc604fd sys/dev/acpi/acpi_util.c
--- a/sys/dev/acpi/acpi_util.c  Fri Oct 12 18:02:59 2018 +0000
+++ b/sys/dev/acpi/acpi_util.c  Fri Oct 12 21:19:11 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_util.c,v 1.11 2018/03/20 12:14:52 bouyer Exp $ */
+/*     $NetBSD: acpi_util.c,v 1.12 2018/10/12 21:19:11 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -65,10 +65,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_util.c,v 1.11 2018/03/20 12:14:52 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_util.c,v 1.12 2018/10/12 21:19:11 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
+#include <sys/cpu.h>
 
 #include <dev/acpi/acpireg.h>
 #include <dev/acpi/acpivar.h>



Home | Main Index | Thread Index | Old Index