Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 10:51:48 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278954 - head/sys/x86/acpica
Message-ID:  <201502181051.t1IApn1d003395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181051.t1IApn1d003395>