]> git.proxmox.com Git - pve-kernel.git/blobdiff - patches/kernel/0004-kvm-disable-default-dynamic-halt-polling-growth.patch
rebase patches on top of Ubuntu-5.13.0-21.21
[pve-kernel.git] / patches / kernel / 0004-kvm-disable-default-dynamic-halt-polling-growth.patch
index 1e8b2d82b92354b00d7a42720f130b7b443d73cc..fd6190f0aa082fa1ed9741dcdd38653e2e082b99 100644 (file)
@@ -7,15 +7,16 @@ Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
+Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
 ---
  virt/kvm/kvm_main.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
-index 3b3e54742263..d0085c9d6297 100644
+index 1dcc66060a19..c0ca4f494a02 100644
 --- a/virt/kvm/kvm_main.c
 +++ b/virt/kvm/kvm_main.c
-@@ -77,7 +77,7 @@ module_param(halt_poll_ns, uint, 0644);
+@@ -78,7 +78,7 @@ module_param(halt_poll_ns, uint, 0644);
  EXPORT_SYMBOL_GPL(halt_poll_ns);
  
  /* Default doubles per-vcpu halt_poll_ns. */
@@ -24,6 +25,3 @@ index 3b3e54742263..d0085c9d6297 100644
  module_param(halt_poll_ns_grow, uint, 0644);
  EXPORT_SYMBOL_GPL(halt_poll_ns_grow);
  
--- 
-2.14.2
-