hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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