percpu had too little space allocated to support 64 vcpus, which lead to a crash when booting with more than 13 vcpus. Fix it by using a correct size to support 64 vcpus.
439bad3 percpu: use correct percpu sect size to support 64 vcpus
arch/x64/loader.ld | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: github.com