diff for duplicates of <20120120032241.24615.65895.stgit@localhost> diff --git a/a/1.txt b/N1/1.txt index 26caac7..0ca00a3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -123,7 +123,7 @@ index c38efd7..6de0af8 100644 - - 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(); -} @@ -190,7 +190,7 @@ index d9cfb78..cd30b68 100644 + + 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 d14005d..d2102cc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Christoffer Dall <c.dall@virtualopensystems.com>\0" "Subject\0[PATCH] KVM: Factor out kvm_vcpu_kick to arch-generic code\0" - "Date\0Fri, 20 Jan 2012 03:22:41 +0000\0" + "Date\0Thu, 19 Jan 2012 22:22:41 -0500\0" "To\0kvm@vger.kernel.org\0" "Cc\0Marc.Zyngier@arm.com" mtosatti@redhat.com @@ -136,7 +136,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" @@ -203,7 +203,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" @@ -212,4 +212,4 @@ " {\n" " \tif (!need_resched())" -9aded51667541dfc962f495c0c42134dbca1f28aabd528570674cb367460f899 +c8702f5e8c29c30e43a253bf2d336d36e483756bfbf3239d156ee9823c75b9cf
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.