projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ea72a9
)
ARC: [SMP] enlarge possible NR_CPUS
author
Noam Camus
<noamc@ezchip.com>
Mon, 3 Jun 2013 12:19:59 +0000
(15:19 +0300)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 6 Nov 2013 05:11:46 +0000
(10:41 +0530)
Signed-off-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/Kconfig
b/arch/arc/Kconfig
index 524e6fce2c899027b57f5784b88ece4023a87b41..fb4177e482604dec239129f89433ad99f29989e3 100644
(file)
--- a/
arch/arc/Kconfig
+++ b/
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"