diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-04-20 20:10:07 +0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-10 12:48:51 +0400 |
commit | d6a8c875f35a6e1b3fb3f21e93eabb183b1f39ee (patch) | |
tree | 18d4d9b02194aac6f602921479e4018a137d7538 /arch/x86/include/asm/kvm_host.h | |
parent | fe8e7f83de3f0979f13f57992cb33e4a8041272d (diff) | |
download | linux-d6a8c875f35a6e1b3fb3f21e93eabb183b1f39ee.tar.xz |
KVM: Drop request_nmi from stats
The stats entry request_nmi is no longer used as the related user space
interface was dropped. So clean it up.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 253d8f669cf6..ab7de4a11955 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -441,7 +441,6 @@ struct kvm_vcpu_stat { u32 halt_exits; u32 halt_wakeup; u32 request_irq_exits; - u32 request_nmi_exits; u32 irq_exits; u32 host_state_reload; u32 efer_reload; |