Date: Mon, 25 Jun 2018 14:22:30 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Konstantin Belousov <kib@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r335632 - in head/sys: dev/vt/hw/vga x86/include x86/isa x86/x86 Message-ID: <197a8c03-b27f-0ebb-7ce6-39a7392d5192@FreeBSD.org> In-Reply-To: <201806251101.w5PB1CH0008674@repo.freebsd.org> References: <201806251101.w5PB1CH0008674@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25/06/2018 14:01, Konstantin Belousov wrote: > Modified: head/sys/x86/x86/cpu_machdep.c > ============================================================================== > --- head/sys/x86/x86/cpu_machdep.c Mon Jun 25 10:52:41 2018 (r335631) > +++ head/sys/x86/x86/cpu_machdep.c Mon Jun 25 11:01:12 2018 (r335632) Maybe acpi_machdep.c or some other file under x86/acpica would be better... > @@ -41,6 +41,7 @@ > #include <sys/cdefs.h> > __FBSDID("$FreeBSD$"); > > +#include "opt_acpi.h" > #include "opt_atpic.h" > #include "opt_cpu.h" > #include "opt_ddb.h" > @@ -98,6 +99,8 @@ __FBSDID("$FreeBSD$"); > > #include <isa/isareg.h> > > +#include <contrib/dev/acpica/include/acpi.h> > + > #define STATE_RUNNING 0x0 > #define STATE_MWAIT 0x1 > #define STATE_SLEEPING 0x2 -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?197a8c03-b27f-0ebb-7ce6-39a7392d5192>