Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87c99e6 authored by Luiz Capitulino's avatar Luiz Capitulino Committed by Paolo Bonzini
Browse files

KVM: VMX: re-add ple_gap module parameter



Apparently, the ple_gap parameter was accidentally removed
by commit c8e88717. Add it
back.

Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
Cc: stable@vger.kernel.org
Fixes: c8e88717
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent caf54f59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -174,6 +174,7 @@ module_param_named(preemption_timer, enable_preemption_timer, bool, S_IRUGO);
 * refer SDM volume 3b section 21.6.13 & 22.1.3.
 */
static unsigned int ple_gap = KVM_DEFAULT_PLE_GAP;
module_param(ple_gap, uint, 0444);

static unsigned int ple_window = KVM_VMX_DEFAULT_PLE_WINDOW;
module_param(ple_window, uint, 0444);