svn commit: r334064 - head/sys/x86/x86

Konstantin Belousov kib at FreeBSD.org
Tue May 22 20:50:20 UTC 2018


Author: kib
Date: Tue May 22 20:50:19 2018
New Revision: 334064
URL: https://svnweb.freebsd.org/changeset/base/334064

Log:
  Fix UP build.
  
  Reported by:	jhb
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/x86/x86/cpu_machdep.c

Modified: head/sys/x86/x86/cpu_machdep.c
==============================================================================
--- head/sys/x86/x86/cpu_machdep.c	Tue May 22 20:00:56 2018	(r334063)
+++ head/sys/x86/x86/cpu_machdep.c	Tue May 22 20:50:19 2018	(r334064)
@@ -69,9 +69,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>


More information about the svn-src-all mailing list