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)
This commit is contained in:
Marcel Moolenaar 2002-12-08 20:14:04 +00:00
parent ea16741fc0
commit c0fabbfb90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107684

View File

@ -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