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