|
@@ -298,8 +298,8 @@ static void kvm_register_steal_time(void)
|
|
|
memset(st, 0, sizeof(*st));
|
|
|
|
|
|
wrmsrl(MSR_KVM_STEAL_TIME, (slow_virt_to_phys(st) | KVM_MSR_ENABLED));
|
|
|
- printk(KERN_INFO "kvm-stealtime: cpu %d, msr %lx\n",
|
|
|
- cpu, slow_virt_to_phys(st));
|
|
|
+ pr_info("kvm-stealtime: cpu %d, msr %llx\n",
|
|
|
+ cpu, (unsigned long long) slow_virt_to_phys(st));
|
|
|
}
|
|
|
|
|
|
static DEFINE_PER_CPU(unsigned long, kvm_apic_eoi) = KVM_PV_EOI_DISABLED;
|