aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/mmu.c')
-rw-r--r--arch/x86/kvm/mmu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
index 25aabd00aa0..12ccf14f853 100644
--- a/arch/x86/kvm/mmu.c
+++ b/arch/x86/kvm/mmu.c
@@ -143,10 +143,6 @@ module_param(oos_shadow, bool, 0644);
143#define PFERR_RSVD_MASK (1U << 3) 143#define PFERR_RSVD_MASK (1U << 3)
144#define PFERR_FETCH_MASK (1U << 4) 144#define PFERR_FETCH_MASK (1U << 4)
145 145
146#define PT_PDPE_LEVEL 3
147#define PT_DIRECTORY_LEVEL 2
148#define PT_PAGE_TABLE_LEVEL 1
149
150#define RMAP_EXT 4 146#define RMAP_EXT 4
151 147
152#define ACC_EXEC_MASK 1 148#define ACC_EXEC_MASK 1