diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e8e64927bddc..0458bd516185 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -88,6 +88,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = { | |||
88 | { "mmu_recycled", VM_STAT(mmu_recycled) }, | 88 | { "mmu_recycled", VM_STAT(mmu_recycled) }, |
89 | { "mmu_cache_miss", VM_STAT(mmu_cache_miss) }, | 89 | { "mmu_cache_miss", VM_STAT(mmu_cache_miss) }, |
90 | { "remote_tlb_flush", VM_STAT(remote_tlb_flush) }, | 90 | { "remote_tlb_flush", VM_STAT(remote_tlb_flush) }, |
91 | { "largepages", VM_STAT(lpages) }, | ||
91 | { NULL } | 92 | { NULL } |
92 | }; | 93 | }; |
93 | 94 | ||