diff options
author | peter <peter@FreeBSD.org> | 2002-09-07 22:07:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-09-07 22:07:11 +0000 |
commit | a054ba3c90ce7be42618b16abc1df7dfc23913ad (patch) | |
tree | b8b2a0a2f8879d308a129e49d190322ce8d94e07 /sys/conf/options.i386 | |
parent | 8fa852ab6cdf5b1ce141d22c94030e707cc12e78 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |