forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-24 2b26ab132d1b33b91c84c6d732456200e8c5ee77
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