Turn off SMP on Alpha for the time being. There are some memory ordering
issues that can result in panics and probably data corruption on SMP systems right now. When they are fixed this can be turned back on.
This commit is contained in:
parent
565c172bb8
commit
f812c1feab
@ -75,7 +75,7 @@ options INVARIANT_SUPPORT
|
||||
options WITNESS
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
|
@ -75,7 +75,7 @@ options INVARIANT_SUPPORT
|
||||
options WITNESS
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
||||
# Standard busses
|
||||
device isa
|
||||
|
Loading…
Reference in New Issue
Block a user