diff for duplicates of <20130622071631.GF2791@iris.ozlabs.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 36de227..1fb60dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -160,7 +160,7 @@ index 7519124..739bfba 100644 continue; /* AVPN compare */ -- if (HPTE_V_AVPN_VAL(avpn) = HPTE_V_AVPN_VAL(v)) { +- if (HPTE_V_AVPN_VAL(avpn) == HPTE_V_AVPN_VAL(v)) { + if (HPTE_V_COMPARE(avpn, v)) { u8 pp = (r & HPTE_R_PP) | key; int eaddr_mask = 0xFFF; @@ -224,7 +224,7 @@ index 2c6e7ee..b350d94 100644 + + for (i = 1; i < svcpu->slb_max; i++) { + if ((svcpu->slb[i].esid & SLB_ESID_V) && -+ (svcpu->slb[i].esid & seg_mask) = ea) { ++ (svcpu->slb[i].esid & seg_mask) == ea) { + /* Invalidate this entry */ + svcpu->slb[i].esid = 0; + } diff --git a/a/content_digest b/N1/content_digest index 3de6124..4cea07d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130622071244.GA2791@iris.ozlabs.ibm.com\0" "From\0Paul Mackerras <paulus@samba.org>\0" "Subject\0[PATCH 5/5] KVM: PPC: Book3S PR: Allow guest to use 1TB segments\0" - "Date\0Sat, 22 Jun 2013 07:16:32 +0000\0" + "Date\0Sat, 22 Jun 2013 17:16:32 +1000\0" "To\0Alexander Graf <agraf@suse.de>" " kvm-ppc@vger.kernel.org\0" "Cc\0kvm@vger.kernel.org\0" @@ -169,7 +169,7 @@ " \t\t\tcontinue;\n" " \n" " \t\t/* AVPN compare */\n" - "-\t\tif (HPTE_V_AVPN_VAL(avpn) = HPTE_V_AVPN_VAL(v)) {\n" + "-\t\tif (HPTE_V_AVPN_VAL(avpn) == HPTE_V_AVPN_VAL(v)) {\n" "+\t\tif (HPTE_V_COMPARE(avpn, v)) {\n" " \t\t\tu8 pp = (r & HPTE_R_PP) | key;\n" " \t\t\tint eaddr_mask = 0xFFF;\n" @@ -233,7 +233,7 @@ "+\n" "+\tfor (i = 1; i < svcpu->slb_max; i++) {\n" "+\t\tif ((svcpu->slb[i].esid & SLB_ESID_V) &&\n" - "+\t\t (svcpu->slb[i].esid & seg_mask) = ea) {\n" + "+\t\t (svcpu->slb[i].esid & seg_mask) == ea) {\n" "+\t\t\t/* Invalidate this entry */\n" "+\t\t\tsvcpu->slb[i].esid = 0;\n" "+\t\t}\n" @@ -262,4 +262,4 @@ "-- \n" 1.8.3.1 -b2f53f8ba78a4e7b599ebfbf25845c36558ece09619a4d15f6fee98873688703 +31997783cd85671439dfa5b7b26a7ab5ff938b291980c18c85a4ef67cb195ade
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.