diff options
Diffstat (limited to 'arch/x86/kernel/kvm.c')
-rw-r--r-- | arch/x86/kernel/kvm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/kvm.c b/arch/x86/kernel/kvm.c index 807950860fb7..c66546f29b81 100644 --- a/arch/x86/kernel/kvm.c +++ b/arch/x86/kernel/kvm.c | |||
@@ -285,14 +285,6 @@ static void __init paravirt_ops_setup(void) | |||
285 | { | 285 | { |
286 | pv_info.name = "KVM"; | 286 | pv_info.name = "KVM"; |
287 | 287 | ||
288 | /* | ||
289 | * KVM isn't paravirt in the sense of paravirt_enabled. A KVM | ||
290 | * guest kernel works like a bare metal kernel with additional | ||
291 | * features, and paravirt_enabled is about features that are | ||
292 | * missing. | ||
293 | */ | ||
294 | pv_info.paravirt_enabled = 0; | ||
295 | |||
296 | if (kvm_para_has_feature(KVM_FEATURE_NOP_IO_DELAY)) | 288 | if (kvm_para_has_feature(KVM_FEATURE_NOP_IO_DELAY)) |
297 | pv_cpu_ops.io_delay = kvm_io_delay; | 289 | pv_cpu_ops.io_delay = kvm_io_delay; |
298 | 290 | ||