Skip to content

Commit

Permalink
KVM: VMX: re-add ple_gap module parameter
Browse files Browse the repository at this point in the history
Apparently, the ple_gap parameter was accidentally removed
by commit c8e8871. Add it
back.

Signed-off-by: Luiz Capitulino <[email protected]>
Cc: [email protected]
Fixes: c8e8871
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
Luiz Capitulino authored and bonzini committed Nov 27, 2018
1 parent caf54f5 commit a87c99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit a87c99e

Please sign in to comment.