diff for duplicates of <20120123163112.GA13822@amt.cnet> diff --git a/a/1.txt b/N1/1.txt index 200321c..cd91513 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -124,7 +124,7 @@ On Thu, Jan 19, 2012 at 10:22:41PM -0500, Christoffer Dall wrote: > - > - me = get_cpu(); > - if (cpu != me && (unsigned)cpu < nr_cpu_ids && cpu_online(cpu)) -> - if (kvm_vcpu_exiting_guest_mode(vcpu) = IN_GUEST_MODE) +> - if (kvm_vcpu_exiting_guest_mode(vcpu) == IN_GUEST_MODE) > - smp_send_reschedule(cpu); > - put_cpu(); > -} @@ -191,7 +191,7 @@ On Thu, Jan 19, 2012 at 10:22:41PM -0500, Christoffer Dall wrote: > + > + me = get_cpu(); > + if (cpu != me && (unsigned)cpu < nr_cpu_ids && cpu_online(cpu)) -> + if (kvm_vcpu_exiting_guest_mode(vcpu) = IN_GUEST_MODE) +> + if (kvm_vcpu_exiting_guest_mode(vcpu) == IN_GUEST_MODE) > + smp_send_reschedule(cpu); > + put_cpu(); > +} diff --git a/a/content_digest b/N1/content_digest index a0ea661..813a600 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020120120032241.24615.65895.stgit@localhost\0" "From\0Marcelo Tosatti <mtosatti@redhat.com>\0" "Subject\0Re: [PATCH] KVM: Factor out kvm_vcpu_kick to arch-generic code\0" - "Date\0Mon, 23 Jan 2012 16:31:12 +0000\0" + "Date\0Mon, 23 Jan 2012 14:31:12 -0200\0" "To\0Christoffer Dall <c.dall@virtualopensystems.com>\0" "Cc\0kvm@vger.kernel.org" Marc.Zyngier@arm.com @@ -138,7 +138,7 @@ "> -\n" "> -\tme = get_cpu();\n" "> -\tif (cpu != me && (unsigned)cpu < nr_cpu_ids && cpu_online(cpu))\n" - "> -\t\tif (kvm_vcpu_exiting_guest_mode(vcpu) = IN_GUEST_MODE)\n" + "> -\t\tif (kvm_vcpu_exiting_guest_mode(vcpu) == IN_GUEST_MODE)\n" "> -\t\t\tsmp_send_reschedule(cpu);\n" "> -\tput_cpu();\n" "> -}\n" @@ -205,7 +205,7 @@ "> +\n" "> +\tme = get_cpu();\n" "> +\tif (cpu != me && (unsigned)cpu < nr_cpu_ids && cpu_online(cpu))\n" - "> +\t\tif (kvm_vcpu_exiting_guest_mode(vcpu) = IN_GUEST_MODE)\n" + "> +\t\tif (kvm_vcpu_exiting_guest_mode(vcpu) == IN_GUEST_MODE)\n" "> +\t\t\tsmp_send_reschedule(cpu);\n" "> +\tput_cpu();\n" "> +}\n" @@ -214,4 +214,4 @@ "Only x86 and IA-64 set appropriate values for vcpu->mode. You probably\n" want to abstract the test away. -f36d2f1e7f0292258a6a32c4bacaee4a43ce7fa0e73192738752722b24c10332 +606cda466abc722e473a7c0bcc833a3f25b9eb0d323d517ea1bae7cb7dbb5a63
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.