diff options
Diffstat (limited to 'configfrag.ac')
-rw-r--r-- | configfrag.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configfrag.ac b/configfrag.ac index b8b41261..d38519f6 100644 --- a/configfrag.ac +++ b/configfrag.ac @@ -43,17 +43,6 @@ AC_DEFINE_UNQUOTED([NLPR], [$nlpr], [NLPR]) # Used in `kern/bootstrap.c'. AC_DEFINE([BOOTSTRAP_SYMBOLS], [0], [BOOTSTRAP_SYMBOLS]) -# Multiprocessor support is still broken. -AH_TEMPLATE([MULTIPROCESSOR], [set things up for a uniprocessor]) -AC_ARG_ENABLE([ncpus], - AS_HELP_STRING([--enable-ncpus=N], [specify the maximum number of cpus to be supported]), - [mach_ncpus=$enable_ncpus], - [mach_ncpus=1]) -AC_DEFINE_UNQUOTED([NCPUS], [$mach_ncpus], [number of CPUs]) -[if [ $mach_ncpus -gt 1 ]; then] - AC_DEFINE([MULTIPROCESSOR], [1], [set things up for a multiprocessor]) -[fi] - # Restartable Atomic Sequences to get a really fast test-n-set. Can't be # enabled, as the `void recover_ras()' function is missing. AC_DEFINE([FAST_TAS], [0], [FAST_TAS]) |