KVM: MMU: unnecessary NX state assignment
authorDavidlohr Bueso <[email protected]>
Fri, 6 Jan 2012 14:06:18 +0000 (15:06 +0100)
committerAvi Kivity <[email protected]>
Mon, 5 Mar 2012 12:52:21 +0000 (14:52 +0200)
We can remove the first ->nx state assignment since it is assigned afterwards anyways.

Signed-off-by: Davidlohr Bueso <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
arch/x86/kvm/mmu.c

index 34da430869521ad9994fae3623a6c7986a8edc46..0a11468d853f933dc0c8b78fd1981d5107c3f9e1 100644 (file)
@@ -3321,7 +3321,6 @@ static int init_kvm_tdp_mmu(struct kvm_vcpu *vcpu)
        context->get_cr3 = get_cr3;
        context->get_pdptr = kvm_pdptr_read;
        context->inject_page_fault = kvm_inject_page_fault;
-       context->nx = is_nx(vcpu);
 
        if (!is_paging(vcpu)) {
                context->nx = false;