]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc64/Kconfig
USB: serial: mct_u232: clean up urb->status usage
[linux-2.6-omap-h63xx.git] / arch / sparc64 / Kconfig
index ad8d6b256a7014332d7cfec98e4522b15d3f0ba8..6566d13db04fec3c5417cde60c0295319f405c9f 100644 (file)
@@ -147,10 +147,10 @@ config SMP
          If you don't know what to do here, say N.
 
 config NR_CPUS
-       int "Maximum number of CPUs (2-64)"
-       range 2 64
+       int "Maximum number of CPUs (2-1024)"
+       range 2 1024
        depends on SMP
-       default "32"
+       default "64"
 
 source "drivers/cpufreq/Kconfig"
 
@@ -226,9 +226,6 @@ config ARCH_SPARSEMEM_DEFAULT
        def_bool y
        select SPARSEMEM_STATIC
 
-config LARGE_ALLOCS
-       def_bool y
-
 source "mm/Kconfig"
 
 config ISA
@@ -323,8 +320,10 @@ config PCI
          doesn't.
 
 config PCI_DOMAINS
-       bool
-       default PCI
+       def_bool PCI
+
+config PCI_SYSCALL
+       def_bool PCI
 
 source "drivers/pci/Kconfig"
 
@@ -399,6 +398,15 @@ config SCHED_SMT
          when dealing with UltraSPARC cpus at a cost of slightly increased
          overhead in some places. If unsure say N here.
 
+config SCHED_MC
+       bool "Multi-core scheduler support"
+       depends on SMP
+       default y
+       help
+         Multi-core scheduler support improves the CPU scheduler's decision
+         making when dealing with multi-core CPU chips at a cost of slightly
+         increased overhead in some places. If unsure say N here.
+
 source "kernel/Kconfig.preempt"
 
 config CMDLINE_BOOL