diff for duplicates of <578DE70A.4000706@de.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 295e31c..950fbb2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -96,7 +96,7 @@ Some wording on why you cannot use the common code might be useful. > +static void grow_halt_poll_ns(struct kvmppc_vcore *vc) > +{ > + /* 10us base */ -> + if (vc->halt_poll_ns = 0 && halt_poll_ns_grow) +> + if (vc->halt_poll_ns == 0 && halt_poll_ns_grow) > + vc->halt_poll_ns = 10000; > + else > + vc->halt_poll_ns *= halt_poll_ns_grow; @@ -107,7 +107,7 @@ Some wording on why you cannot use the common code might be useful. > + > +static void shrink_halt_poll_ns(struct kvmppc_vcore *vc) > +{ -> + if (halt_poll_ns_shrink = 0) +> + if (halt_poll_ns_shrink == 0) > + vc->halt_poll_ns = 0; > + else > + vc->halt_poll_ns /= halt_poll_ns_shrink; diff --git a/a/content_digest b/N1/content_digest index 357c9d6..8f98b70 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01468915977-26929-3-git-send-email-sjitindarsingh@gmail.com\0" "From\0Christian Borntraeger <borntraeger@de.ibm.com>\0" "Subject\0Re: [PATCH V4 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module\0" - "Date\0Tue, 19 Jul 2016 08:38:34 +0000\0" + "Date\0Tue, 19 Jul 2016 10:38:34 +0200\0" "To\0Suraj Jitindar Singh <sjitindarsingh@gmail.com>" " linuxppc-dev@lists.ozlabs.org\0" "Cc\0kvm-ppc@vger.kernel.org" @@ -114,7 +114,7 @@ "> +static void grow_halt_poll_ns(struct kvmppc_vcore *vc)\n" "> +{\n" "> +\t/* 10us base */\n" - "> +\tif (vc->halt_poll_ns = 0 && halt_poll_ns_grow)\n" + "> +\tif (vc->halt_poll_ns == 0 && halt_poll_ns_grow)\n" "> +\t\tvc->halt_poll_ns = 10000;\n" "> +\telse\n" "> +\t\tvc->halt_poll_ns *= halt_poll_ns_grow;\n" @@ -125,7 +125,7 @@ "> +\n" "> +static void shrink_halt_poll_ns(struct kvmppc_vcore *vc)\n" "> +{\n" - "> +\tif (halt_poll_ns_shrink = 0)\n" + "> +\tif (halt_poll_ns_shrink == 0)\n" "> +\t\tvc->halt_poll_ns = 0;\n" "> +\telse\n" "> +\t\tvc->halt_poll_ns /= halt_poll_ns_shrink;\n" @@ -266,4 +266,4 @@ "> \tTP_PROTO(struct kvm_vcpu *vcpu),\n" > -084e5e1bf44cde36c39f465de906b9a10e10041e6cca00e76deaef7077a23c89 +909db1029aa82e5daf67e43fcdcdc9c02756a968e6b5966986cdeb2f7edb9e8c
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.