diff options
author | jake <jake@FreeBSD.org> | 2002-06-07 15:36:42 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-06-07 15:36:42 +0000 |
commit | edd9ce801337bb6eb13e95cea43d09cc49a61f3f (patch) | |
tree | e4208b091212d3f1c5603dc9237a80693b67a34f /sys/sparc64/conf | |
parent | 9edd348bde429f86be1b6bdda9538de56e7dc221 (diff) | |
download | FreeBSD-src-edd9ce801337bb6eb13e95cea43d09cc49a61f3f.zip FreeBSD-src-edd9ce801337bb6eb13e95cea43d09cc49a61f3f.tar.gz |
Comment out options SMP for now until I figure out what's going on.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 244a77c..a3c2f4e 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -64,7 +64,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required #options WITNESS #Enable checks to detect deadlocks and cycles # To make an SMP kernel, the next line is needed -options SMP # Symmetric MultiProcessor Kernel +#options SMP # Symmetric MultiProcessor Kernel # Standard busses device apb # Sun APB PCI-PCI bridge |