From: Sascha Wildner Date: Wed, 24 Oct 2012 17:05:48 +0000 (+0200) Subject: kernel: Add back 'options SMP' as a no-op. X-Git-Tag: v3.4.0rc~988^2~1 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/ee8700d0964805ccabd2d07c989e76caed633261 kernel: Add back 'options SMP' as a no-op. This is to prevent people working with both 3.2 and master from needing different kernel configs. Pointed-out-by: dillon --- diff --git a/sys/conf/options b/sys/conf/options index 452a0ce..ac09c40 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -693,3 +693,7 @@ TDMA_TXRATE_11NA_DEFAULT opt_tdma.h TDMA_TXRATE_11NG_DEFAULT opt_tdma.h PANIC_REBOOT_WAIT_TIME opt_panic.h + +# Obsolete options (will be removed in the future) +# +SMP opt_dontuse.h