From c8fbdcc10d7aa456110255e71785bdd32b9ceebf Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 5 Aug 2015 10:50:33 +0000 Subject: [PATCH] Fix UP build after r286296, ensure that CPU_FOREACH() is defined. Sponsored by: The FreeBSD Foundation --- sys/i386/i386/pmap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index efd44b3964a..f8ae6d95772 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -118,11 +118,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -#ifdef SMP #include -#else -#include -#endif #include #include