kernel/arch/arm64/kernel/alternative.c
.. .. @@ -212,6 +212,7 @@ 212 212 void __init apply_alternatives_all(void) 213 213 { 214 214 /* better not try code patching on a live SMP system */ 215 + kvm_compute_layout();215 216 stop_machine(__apply_alternatives_multi_stop, NULL, cpu_online_mask); 216 217 } 217 218