diff options
author | marcel <marcel@FreeBSD.org> | 2002-12-08 20:14:04 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-12-08 20:14:04 +0000 |
commit | 9d0493b32c2d030c5f803a5402f119d29aaa4a19 (patch) | |
tree | ff827102875099fc6318c1b8b32af5a3972881dc /sys/ia64 | |
parent | b6c9fbe05341868799adbc263f3848dcb2e41970 (diff) | |
download | FreeBSD-src-9d0493b32c2d030c5f803a5402f119d29aaa4a19.zip FreeBSD-src-9d0493b32c2d030c5f803a5402f119d29aaa4a19.tar.gz |
Disable SMP. It reduces the chance that the kernel boots. On top
of that, there's some nasty process corruption when running with
SMP.
Note that this was already in effect for the 5.0-RC1 kernels in
the form of a local patch.
Approved by: re (blanket)
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 562224b..6a4e68f 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -54,7 +54,7 @@ options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions # SMP -options SMP +#options SMP # Debugging for use in -current options DDB #Enable the kernel debugger |