All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150715095203.12246.72922.stgit@buzz>

diff --git a/a/1.txt b/N1/1.txt
index 9debae3..b20bb6b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,7 @@ index 68d067ad4222..a9f753fb73a8 100644
 +++ b/arch/powerpc/kvm/book3s_hv.c
 @@ -2178,7 +2178,7 @@ static int kvmppc_run_vcpu(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)
  		vc->runner = vcpu;
- 		if (n_ceded = vc->n_runnable) {
+ 		if (n_ceded == vc->n_runnable) {
  			kvmppc_vcore_blocked(vc);
 -		} else if (should_resched()) {
 +		} else if (need_resched()) {
diff --git a/a/content_digest b/N1/content_digest
index 4e63bf5..0db03a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020150715095201.12246.49283.stgit@buzz\0"
  "From\0Konstantin Khlebnikov <khlebnikov@yandex-team.ru>\0"
  "Subject\0[PATCH v2 2/3] KVM: PPC: Book3S HV: Use need_resched() instead of should_resched()\0"
- "Date\0Wed, 15 Jul 2015 09:52:03 +0000\0"
+ "Date\0Wed, 15 Jul 2015 12:52:03 +0300\0"
  "To\0Peter Zijlstra <peterz@infradead.org>\0"
  "Cc\0linux-arch@vger.kernel.org"
   x86@kernel.org
@@ -29,7 +29,7 @@
  "+++ b/arch/powerpc/kvm/book3s_hv.c\n"
  "@@ -2178,7 +2178,7 @@ static int kvmppc_run_vcpu(struct kvm_run *kvm_run, struct kvm_vcpu *vcpu)\n"
  " \t\tvc->runner = vcpu;\n"
- " \t\tif (n_ceded = vc->n_runnable) {\n"
+ " \t\tif (n_ceded == vc->n_runnable) {\n"
  " \t\t\tkvmppc_vcore_blocked(vc);\n"
  "-\t\t} else if (should_resched()) {\n"
  "+\t\t} else if (need_resched()) {\n"
@@ -37,4 +37,4 @@
  " \t\t\t/* Let something else run */\n"
  " \t\t\tcond_resched_lock(&vc->lock);"
 
-cf25cc5496e491bd39b869470ca5963942e1c67489890788bd82a86ddd9f3a19
+302609f3e28386af86701dd36f6060ecd6806bb762da22883f598254068564a0

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.