Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 18:07:21 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r334214 - stable/11/sys/x86/x86
Message-ID:  <201805251807.w4PI7L8M048210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri May 25 18:07:20 2018
New Revision: 334214
URL: https://svnweb.freebsd.org/changeset/base/334214

Log:
  MFC r334064:
  Fix UP build.
  
  Approved by:	re (gjb)

Modified:
  stable/11/sys/x86/x86/cpu_machdep.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/x86/x86/cpu_machdep.c
==============================================================================
--- stable/11/sys/x86/x86/cpu_machdep.c	Fri May 25 17:31:43 2018	(r334213)
+++ stable/11/sys/x86/x86/cpu_machdep.c	Fri May 25 18:07:20 2018	(r334214)
@@ -72,9 +72,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/pcpu.h>
 #include <sys/rwlock.h>
 #include <sys/sched.h>
-#ifdef SMP
 #include <sys/smp.h>
-#endif
 #include <sys/sysctl.h>
 
 #include <machine/clock.h>



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