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:
John Baldwin 2001-08-18 01:12:43 +00:00
parent 027e0eb15d
commit 4583298b21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81873
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