Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aa4f80e authored by Noam Camus's avatar Noam Camus Committed by Vineet Gupta
Browse files

ARC: [SMP] enlarge possible NR_CPUS



Signed-off-by: default avatarNoam Camus <noamc@ezchip.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 5ea72a90
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -145,8 +145,8 @@ config ARC_HAS_REENTRANT_IRQ_LV2
endif
endif


config NR_CPUS
config NR_CPUS
	int "Maximum number of CPUs (2-32)"
	int "Maximum number of CPUs (2-4096)"
	range 2 32
	range 2 4096
	depends on SMP
	depends on SMP
	default "2"
	default "2"