Skip to content
Commit 13fb5927 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

kvm: x86: disable shattered huge page recovery for PREEMPT_RT.



If a huge page is recovered (and becomes no executable) while another
thread is executing it, the resulting contention on mmu_lock can cause
latency spikes.  Disabling recovery for PREEMPT_RT kernels fixes this
issue.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 8c5bd25b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment