mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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:
parent
ea16741fc0
commit
c0fabbfb90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107684
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user