diff options
author | jb <jb@FreeBSD.org> | 2006-10-26 22:11:35 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2006-10-26 22:11:35 +0000 |
commit | d20db01f97a7b67b8d8300b347bb20c0e1f8e407 (patch) | |
tree | b19049d940047a247c84b8e9b30c21b348ea5709 /sys/amd64/conf | |
parent | 3a250c3e1697ac0cf0232f167522eec8cf185717 (diff) | |
download | FreeBSD-src-d20db01f97a7b67b8d8300b347bb20c0e1f8e407.zip FreeBSD-src-d20db01f97a7b67b8d8300b347bb20c0e1f8e407.tar.gz |
Remove the KSE option now that it's in DEFAULTS on these arches/machines.
The 'nooption' kernel config entry has to be used to turn KSE off now.
This isn't my preferred way of dealing with this, but I'll defer to
scottl's experience with the io/mem kernel option change and the grief
experienced over that.
Submitted by: scottl@
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 089e7ff..d4b38d4 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -58,7 +58,6 @@ options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. options STOP_NMI # Stop CPUS using NMI instead of IPI -options KSE # KSE support # Debugging for use in -current options KDB # Enable kernel debugger support. |