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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to