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.
This commit is contained in:
parent
77c70ade18
commit
e94ecf7338
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user