Browse Source

ARC: [SMP] enlarge possible NR_CPUS

Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Noam Camus 12 years ago
parent
commit
3aa4f80e41
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arc/Kconfig

+ 2 - 2
arch/arc/Kconfig

@@ -145,8 +145,8 @@ config ARC_HAS_REENTRANT_IRQ_LV2
 endif
 
 config NR_CPUS
-	int "Maximum number of CPUs (2-32)"
-	range 2 32
+	int "Maximum number of CPUs (2-4096)"
+	range 2 4096
 	depends on SMP
 	default "2"