diff options
author | obrien <obrien@FreeBSD.org> | 2006-12-14 04:06:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-12-14 04:06:59 +0000 |
commit | becc5040e969c8a1d471245eadf7a86c461b6123 (patch) | |
tree | 28de55cdbb8cb91fc3b2cb0439e89a65a35aa9f5 /sys/amd64 | |
parent | 47f0477f6486b8a663fc7e78d3641ce680af0ae7 (diff) | |
download | FreeBSD-src-becc5040e969c8a1d471245eadf7a86c461b6123.zip FreeBSD-src-becc5040e969c8a1d471245eadf7a86c461b6123.tar.gz |
Back out rev 1.439.2.16 - it is on purpose that GENERIC doesn't support SMP
in 6.x vs 7-CURRENT (which has been SMP since Nov. 2003).
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b104a36..7f6a478 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -62,9 +62,6 @@ options ADAPTIVE_GIANT # Giant mutex is adaptive. # Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150) device atpic # 8259A compatability -# Make an SMP-capable kernel by default -options SMP # Symmetric MultiProcessor Kernel - # Linux 32-bit ABI support options LINPROCFS # Cannot be a module yet. |