mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-18 08:18:14 +07:00
um: Set number of CPUs
Define NR_CPUS required by the timer subsystem. Fixes this make warning: scripts/kconfig/conf --oldconfig arch/x86/um/Kconfig kernel/time/Kconfig:155:warning: range is invalid Signed-off-by: Nikola Kotur <kotnick@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
ecb6c7435f
commit
8bba077066
@ -62,3 +62,8 @@ config HZ
|
|||||||
config SUBARCH
|
config SUBARCH
|
||||||
string
|
string
|
||||||
option env="SUBARCH"
|
option env="SUBARCH"
|
||||||
|
|
||||||
|
config NR_CPUS
|
||||||
|
int
|
||||||
|
range 1 1
|
||||||
|
default 1
|
||||||
|
@ -233,9 +233,6 @@ static int userspace_tramp(void *stack)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Each element set once, and only accessed by a single processor anyway */
|
|
||||||
#undef NR_CPUS
|
|
||||||
#define NR_CPUS 1
|
|
||||||
int userspace_pid[NR_CPUS];
|
int userspace_pid[NR_CPUS];
|
||||||
|
|
||||||
int start_userspace(unsigned long stub_stack)
|
int start_userspace(unsigned long stub_stack)
|
||||||
|
Loading…
Reference in New Issue
Block a user