diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-02-08 18:25:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-02-08 18:25:07 +0000 |
| commit | 6c2b6a945d35133eefc99c74b7a662e4d3ae32f3 (patch) | |
| tree | a860918feed14bafd9777a02a63471bcfe67ef22 | |
| parent | 0730d791215c4e27eb2cd8fa3727ca530d83f895 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 3eb8b97f37d2..f5447159e34a 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -78,7 +78,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required options WITNESS #Enable mutex checks to detects 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 isa diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 3eb8b97f37d2..f5447159e34a 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -78,7 +78,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required options WITNESS #Enable mutex checks to detects 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 isa |
