Skip to content

Commit

Permalink
ARC: [SMP] enlarge possible NR_CPUS
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Noam Camus authored and Vineet Gupta committed Nov 6, 2013
1 parent 5ea72a9 commit 3aa4f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3aa4f80

Please sign in to comment.