diff options
author | Noam Camus <noamc@ezchip.com> | 2013-06-03 08:19:59 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-11-06 00:11:46 -0500 |
commit | 3aa4f80e410b3c14d987c42a90c31023c3081b46 (patch) | |
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>
-rw-r--r-- | arch/arc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 524e6fce2c89..fb4177e48260 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -145,8 +145,8 @@ config ARC_HAS_REENTRANT_IRQ_LV2 | |||
145 | endif | 145 | endif |
146 | 146 | ||
147 | config NR_CPUS | 147 | config NR_CPUS |
148 | int "Maximum number of CPUs (2-32)" | 148 | int "Maximum number of CPUs (2-4096)" |
149 | range 2 32 | 149 | range 2 4096 |
150 | depends on SMP | 150 | depends on SMP |
151 | default "2" | 151 | default "2" |
152 | 152 | ||