commit | 3aa4f80e410b3c14d987c42a90c31023c3081b46 | [log] [tgz] |
---|---|---|
author | Noam Camus <noamc@ezchip.com> | Mon Jun 03 15:19:59 2013 +0300 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Nov 06 10:41:46 2013 +0530 |
tree | 916de41fd7a08325d4070bc4692cbed29f8c282e | |
parent | 5ea72a90261552ed5fdca35239feb6cba498301e [diff] |
ARC: [SMP] enlarge possible NR_CPUS Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 524e6fc..fb4177e 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig
@@ -145,8 +145,8 @@ 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"