summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-08 17:48:22 +0000
committerpeter <peter@FreeBSD.org>1999-05-08 17:48:22 +0000
commit223f7d4c8b37bb443aa78306d5fcadd445bb66e2 (patch)
tree39f4221d2f8934665649f4af20b2d220ef00e9b8 /sys/i386/include/mptable.h
parente39022f13986622c2a954b2785a7fa6007057ee1 (diff)
downloadFreeBSD-src-223f7d4c8b37bb443aa78306d5fcadd445bb66e2.zip
FreeBSD-src-223f7d4c8b37bb443aa78306d5fcadd445bb66e2.tar.gz
Make sure the mem_range_AP_init() prototype is seen where it's needed, and
#ifdef SMP around it for fun.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index ee7222e..4c8c946 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.98 1999/04/28 01:03:21 luoqi Exp $
+ * $Id: mp_machdep.c,v 1.99 1999/04/30 22:09:40 msmith Exp $
*/
#include "opt_smp.h"
@@ -41,6 +41,8 @@
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
+#include <sys/malloc.h>
+#include <sys/memrange.h>
#ifdef BETTER_CLOCK
#include <sys/dkstat.h>
#endif
OpenPOWER on IntegriCloud