All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87zjqya025.fsf@linux.vnet.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index a4a2a33..84fcff2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -70,8 +70,8 @@ Alexander Graf <agraf@suse.de> writes:
 >> -		crit_r1 &= 0xffffffff;
 >> -	}
 >> -
->> -	/* Critical section when crit = r1 */
->> -	crit = (crit_raw = crit_r1);
+>> -	/* Critical section when crit == r1 */
+>> -	crit = (crit_raw == crit_r1);
 >> -	/* ... and we're in supervisor mode */
 >> -	crit = crit && !(vcpu->arch.shared->msr & MSR_PR);
 >> -
@@ -110,7 +110,7 @@ Alexander Graf <agraf@suse.de> writes:
 >
 > This doesn't really belong into an ops struct. Either you compare
 >
->   if (kvmppc_ops = kvmppc_ops_pr)
+>   if (kvmppc_ops == kvmppc_ops_pr)
 
 will do that in the next update. 
 
diff --git a/a/content_digest b/N1/content_digest
index e6d3b34..bd0ff92 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\09BAA779D-FE0C-4971-992B-57D80F945906@suse.de\0"
  "From\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0"
  "Subject\0Re: [RFC PATCH 06/11] kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops\0"
- "Date\0Fri, 27 Sep 2013 13:15:46 +0000\0"
+ "Date\0Fri, 27 Sep 2013 18:33:46 +0530\0"
  "To\0Alexander Graf <agraf@suse.de>\0"
  "Cc\0paulus@samba.org"
   linuxppc-dev@lists.ozlabs.org
@@ -82,8 +82,8 @@
  ">> -\t\tcrit_r1 &= 0xffffffff;\n"
  ">> -\t}\n"
  ">> -\n"
- ">> -\t/* Critical section when crit = r1 */\n"
- ">> -\tcrit = (crit_raw = crit_r1);\n"
+ ">> -\t/* Critical section when crit == r1 */\n"
+ ">> -\tcrit = (crit_raw == crit_r1);\n"
  ">> -\t/* ... and we're in supervisor mode */\n"
  ">> -\tcrit = crit && !(vcpu->arch.shared->msr & MSR_PR);\n"
  ">> -\n"
@@ -122,7 +122,7 @@
  ">\n"
  "> This doesn't really belong into an ops struct. Either you compare\n"
  ">\n"
- ">   if (kvmppc_ops = kvmppc_ops_pr)\n"
+ ">   if (kvmppc_ops == kvmppc_ops_pr)\n"
  "\n"
  "will do that in the next update. \n"
  "\n"
@@ -344,4 +344,4 @@
  "\n"
  -aneesh
 
-8e1ecf82cdc98f0debac11a3aad7b3d31f7708257c8a46ef029090baa35182ce
+8da25a2cd5c4f85a045627624ad365c2172aac26b46827826a8232f387e9fad4

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.