diff options
author | Sean Christopherson <seanjc@google.com> | 2021-06-22 19:57:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-06-25 00:00:44 +0200 |
commit | a4c93252fed1517362d2ce43c6a5fd50a1152ed6 (patch) | |
tree | cf5862981185596221f0def832e2e1a53f44e462 /arch/x86/include/asm | |
parent | KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configuration (diff) | |
download | linux-a4c93252fed1517362d2ce43c6a5fd50a1152ed6.tar.xz linux-a4c93252fed1517362d2ce43c6a5fd50a1152ed6.zip |
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Drop kvm_mmu.nx as there no consumers left.
No functional change intended.
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210622175739.3610207-39-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 520140eed423..3f4f6ad7405b 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -423,8 +423,6 @@ struct kvm_mmu { /* Can have large pages at levels 2..last_nonleaf_level-1. */ u8 last_nonleaf_level; - bool nx; - u64 pdptrs[4]; /* pae */ }; |