After a Linux Kernel Rebuild I see only one CPU
Hello,
I am using the STM32MP157F-DK2 and recently went through a textbook rebuild of the Linux kernel, the modules and the gcnano driver (for GL support). All is well and yet, I see only one of the two CPUS. dmesg tells me the following:
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm/kernel/devtree.c:148 arm_dt_init_cpu_maps+0x168/0x250
[ 0.000000] DT /cpu 2 nodes greater than max cores 1, capping them
[ 0.000000] Modules linked in:
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 5.15.67 #1
[ 0.000000] Hardware name: STM32 (Device Tree Support)
[ 0.000000] [<c010e8ec>] (unwind_backtrace) from [<c010c158>] (show_stack+0x10/0x14)
[ 0.000000] [<c010c158>] (show_stack) from [<c0122404>] (__warn+0xec/0x148)
[ 0.000000] [<c0122404>] (__warn) from [<c0c33034>] (warn_slowpath_fmt+0x78/0xac)
[ 0.000000] [<c0c33034>] (warn_slowpath_fmt) from [<c1105094>] (arm_dt_init_cpu_maps+0x168/0x250)
[ 0.000000] [<c1105094>] (arm_dt_init_cpu_maps) from [<c1104b1c>] (setup_arch+0x13c/0x170)
[ 0.000000] [<c1104b1c>] (setup_arch) from [<c1100c2c>] (start_kernel+0x6c/0x61c)
[ 0.000000] [<c1100c2c>] (start_kernel) from [<00000000>] (0x0)
[ 0.000000] ---[ end trace 58996bc4bee07162 ]---
How do I reconfigure the system to have both CPUs active?
Thanks in advance.
Francois
