summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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