svn commit: r278954 - head/sys/x86/acpica

Konstantin Belousov kib at FreeBSD.org
Wed Feb 18 10:51:49 UTC 2015


Author: kib
Date: Wed Feb 18 10:51:48 2015
New Revision: 278954
URL: https://svnweb.freebsd.org/changeset/base/278954

Log:
  Fix UP build.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	2 months

Modified:
  head/sys/x86/acpica/acpi_wakeup.c

Modified: head/sys/x86/acpica/acpi_wakeup.c
==============================================================================
--- head/sys/x86/acpica/acpi_wakeup.c	Wed Feb 18 09:02:58 2015	(r278953)
+++ head/sys/x86/acpica/acpi_wakeup.c	Wed Feb 18 10:51:48 2015	(r278954)
@@ -55,8 +55,9 @@ __FBSDID("$FreeBSD$");
 #include <machine/specialreg.h>
 #include <machine/md_var.h>
 
-#ifdef SMP
 #include <x86/apicreg.h>
+#include <x86/apicvar.h>
+#ifdef SMP
 #include <machine/smp.h>
 #include <machine/vmparam.h>
 #endif


More information about the svn-src-head mailing list