diff options
author | Sean Christopherson <[email protected]> | 2020-01-08 12:24:42 -0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2020-01-27 20:00:05 +0100 |
commit | f9fa2509e5ca8229b4baca295865b542803bf25d (patch) | |
tree | 5e759ad20182945c2498ee3259eddd415f81bf02 /tools/perf/util/trace-event-scripting.c | |
parent | db5432165e9b51d2a36572be38d078e79f8df0d8 (diff) |
KVM: x86/mmu: Drop level optimization from fast_page_fault()
Remove fast_page_fault()'s optimization to stop the shadow walk if the
iterator level drops below the intended map level. The intended map
level is only acccurate for HugeTLB mappings (THP mappings are detected
after fast_page_fault()), i.e. it's not required for correctness, and
a future patch will also move HugeTLB mapping detection to after
fast_page_fault().
Signed-off-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions