Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2015 10:50:34 +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: r286314 - head/sys/i386/i386
Message-ID:  <201508051050.t75AoYwa061755@repo.freebsd.org>

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



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