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