hc
2023-12-04 8a67202f814bbd808484ed00f93ede0531f51506
kernel/arch/arm64/kernel/alternative.c
....@@ -212,6 +212,7 @@
212212 void __init apply_alternatives_all(void)
213213 {
214214 /* better not try code patching on a live SMP system */
215
+ kvm_compute_layout();
215216 stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask);
216217 }
217218