aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h
index 9d963cd6533c..897a1be24cf7 100644
--- a/include/asm-x86/kvm_host.h
+++ b/include/asm-x86/kvm_host.h
@@ -422,6 +422,7 @@ struct kvm_x86_ops {
422 struct kvm_run *run); 422 struct kvm_run *run);
423 423
424 int (*set_tss_addr)(struct kvm *kvm, unsigned int addr); 424 int (*set_tss_addr)(struct kvm *kvm, unsigned int addr);
425 int (*get_tdp_level)(void);
425}; 426};
426 427
427extern struct kvm_x86_ops *kvm_x86_ops; 428extern struct kvm_x86_ops *kvm_x86_ops;