svn commit: r335632 - in head/sys: dev/vt/hw/vga x86/include x86/isa x86/x86

Andriy Gapon avg at FreeBSD.org
Mon Jun 25 11:22:41 UTC 2018


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


More information about the svn-src-head mailing list