svn commit: r286314 - head/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Wed Aug 5 10:50:35 UTC 2015


Author: kib
Date: Wed Aug  5 10:50:33 2015
New Revision: 286314
URL: https://svnweb.freebsd.org/changeset/base/286314

Log:
  Fix UP build after r286296, ensure that CPU_FOREACH() is defined.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/i386/i386/pmap.c

Modified: head/sys/i386/i386/pmap.c
==============================================================================
--- head/sys/i386/i386/pmap.c	Wed Aug  5 10:48:32 2015	(r286313)
+++ head/sys/i386/i386/pmap.c	Wed Aug  5 10:50:33 2015	(r286314)
@@ -118,11 +118,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/vmmeter.h>
 #include <sys/sched.h>
 #include <sys/sysctl.h>
-#ifdef SMP
 #include <sys/smp.h>
-#else
-#include <sys/cpuset.h>
-#endif
 
 #include <vm/vm.h>
 #include <vm/vm_param.h>


More information about the svn-src-head mailing list