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
027e0eb15d
commit
4583298b21
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81873
@ -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