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:
jhb 2001-08-18 01:12:43 +00:00
parent 565c172bb8
commit f812c1feab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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