From 70aca15c211e6081406e6a0b661a41594a64187a Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 25 Aug 2001 02:20:02 +0000 Subject: Optionize UPAGES for the i386. As part of this I split some of the low level implementation stuff out of machine/globaldata.h to avoid exposing UPAGES to lots more places. The end result is that we can double the kernel stack size with 'options UPAGES=4' etc. This is mainly being done for the benefit of a MFC to RELENG_4 at some point. -current doesn't really need this so much since each interrupt runs on its own kstack. --- sys/kern/imgact_aout.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern/imgact_aout.c') diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 856d4ec..9994ad5 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#include "opt_upages.h" + #include #include #include -- cgit v1.1