I haven't seen any SMP machine yet with > 4 CPUs. Reducing the default max number of CPUs may speed up various bitop functions which depend on number of CPUs in the system. Signed-off-by: Helge Deller <deller@xxxxxx> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index fc5a574c3482..bd3b407fa9cf 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -351,7 +351,7 @@ config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32 depends on SMP - default "32" + default "4" endmenu -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html