aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2009-06-15 15:21:22 +0200
committerAvi Kivity <avi@redhat.com>2009-09-10 08:32:58 +0300
commit0367b4330e463c45981437083991b90d25a9d78d (patch)
tree56782a0eccc5d4d28798ce2e1e1e01f58011f4ae /arch/x86/include/asm
parentb3dbf89e676e47ef3b10802f9aba5a8e04aba132 (diff)
x86: Add definition for IGNNE MSR
Hyper-V accesses MSR_IGNNE while running under KVM. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/msr-index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h
index 6be7fc254b5..bd5549034a9 100644
--- a/arch/x86/include/asm/msr-index.h
+++ b/arch/x86/include/asm/msr-index.h
@@ -374,6 +374,7 @@
/* AMD-V MSRs */
#define MSR_VM_CR 0xc0010114
+#define MSR_VM_IGNNE 0xc0010115
#define MSR_VM_HSAVE_PA 0xc0010117
#endif /* _ASM_X86_MSR_INDEX_H */