summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-07 22:07:11 +0000
committerpeter <peter@FreeBSD.org>2002-09-07 22:07:11 +0000
commita054ba3c90ce7be42618b16abc1df7dfc23913ad (patch)
treeb8b2a0a2f8879d308a129e49d190322ce8d94e07
parent8fa852ab6cdf5b1ce141d22c94030e707cc12e78 (diff)
downloadFreeBSD-src-a054ba3c90ce7be42618b16abc1df7dfc23913ad.zip
FreeBSD-src-a054ba3c90ce7be42618b16abc1df7dfc23913ad.tar.gz
Move the KSTACK_PAGES option from MD to MI. Although not all platforms
support this, we do have MI code that references it and is otherwise unaware of an override. The alternative is to put knowledge in these MI files about which platforms have the opt_kstack_pages.h option file. It is more likely that other platforms will gain the ability to tune the kstack size.
-rw-r--r--sys/conf/options1
-rw-r--r--sys/conf/options.amd641
-rw-r--r--sys/conf/options.i3861
-rw-r--r--sys/conf/options.pc981
4 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 8e0dd0f..a5dd83e 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -88,6 +88,7 @@ GDB_REMOTE_CHAT opt_ddb.h
GDBSPEED opt_ddb.h
GEOM
HW_WDOG
+KSTACK_PAGES
KTRACE
KTRACE_REQUEST_POOL opt_ktrace.h
LIBICONV
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index b96e976..2b4a817 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -4,7 +4,6 @@
PANIC_REBOOT_WAIT_TIME opt_panic.h
MAXMEM
PERFMON opt_perfmon.h
-KSTACK_PAGES
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index a2350fe..289f0f6 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -18,7 +18,6 @@ AUTO_EOI_2 opt_auto_eoi.h
I586_PMC_GUPROF opt_i586_guprof.h
COMPAT_OLDISA
BROKEN_KEYBOARD_RESET opt_reset.h
-KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 3d53778..7ed28ce 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -18,7 +18,6 @@ AUTO_EOI_2 opt_auto_eoi.h
I586_PMC_GUPROF opt_i586_guprof.h
COMPAT_OLDISA
BROKEN_KEYBOARD_RESET opt_reset.h
-KSTACK_PAGES
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
OpenPOWER on IntegriCloud