mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
openrisc: add NR_CPUS Kconfig default value
The build system now expects that NR_CPUS is defined.
Follow 4cbbbb4
("microblaze: Fix missing NR_CPUS in menuconfig")
Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
parent
1f43e235df
commit
34bbdcdcda
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ config OPENRISC_HAVE_INST_DIV
|
||||||
Select this if your implementation has a hardware divide instruction
|
Select this if your implementation has a hardware divide instruction
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
config NR_CPUS
|
||||||
|
int
|
||||||
|
default "1"
|
||||||
|
|
||||||
source kernel/Kconfig.hz
|
source kernel/Kconfig.hz
|
||||||
source kernel/Kconfig.preempt
|
source kernel/Kconfig.preempt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue