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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to