Sean Christopherson <sean.j.christopherson@intel.com>
Fri, 6 Dec 2019 23:57:23 +0000 (15:57 -0800)
committer
Paolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jan 2020 17:16:06 +0000 (18:16 +0100)
Rename __direct_map()'s param that controls whether or not a disallowed
NX large page should be accounted to match what it actually does. The
nonpaging_page_fault() case unconditionally passes %false for the param
even though it locally sets lpage_disallowed.
No functional change intended.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>