diff for duplicates of <20190816040733.5737-4-npiggin@gmail.com> diff --git a/a/1.txt b/N1/1.txt index f88974c..c7c1ad2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -158,9 +158,9 @@ index 71f7fede2fa4..7d17564f12c1 100644 +{ + struct tlbiel_pid *t = info; + -+ if (t->ric = RIC_FLUSH_TLB) ++ if (t->ric == RIC_FLUSH_TLB) + _tlbiel_pid(t->pid, RIC_FLUSH_TLB); -+ else if (t->ric = RIC_FLUSH_PWC) ++ else if (t->ric == RIC_FLUSH_PWC) + _tlbiel_pid(t->pid, RIC_FLUSH_PWC); + else + _tlbiel_pid(t->pid, RIC_FLUSH_ALL); @@ -200,9 +200,9 @@ index 71f7fede2fa4..7d17564f12c1 100644 +{ + struct tlbiel_va *t = info; + -+ if (t->ric = RIC_FLUSH_TLB) ++ if (t->ric == RIC_FLUSH_TLB) + _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_TLB); -+ else if (t->ric = RIC_FLUSH_PWC) ++ else if (t->ric == RIC_FLUSH_PWC) + _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_PWC); + else + _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_ALL); diff --git a/a/content_digest b/N1/content_digest index 9a880a7..260c4d1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190816040733.5737-1-npiggin@gmail.com\0" "From\0Nicholas Piggin <npiggin@gmail.com>\0" "Subject\0[PATCH 3/3] powerpc/64s: introduce options to disable use of the tlbie instruction\0" - "Date\0Fri, 16 Aug 2019 04:07:33 +0000\0" + "Date\0Fri, 16 Aug 2019 14:07:33 +1000\0" "To\0linuxppc-dev@lists.ozlabs.org\0" "Cc\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>" kvm-ppc@vger.kernel.org @@ -168,9 +168,9 @@ "+{\n" "+\tstruct tlbiel_pid *t = info;\n" "+\n" - "+\tif (t->ric = RIC_FLUSH_TLB)\n" + "+\tif (t->ric == RIC_FLUSH_TLB)\n" "+\t\t_tlbiel_pid(t->pid, RIC_FLUSH_TLB);\n" - "+\telse if (t->ric = RIC_FLUSH_PWC)\n" + "+\telse if (t->ric == RIC_FLUSH_PWC)\n" "+\t\t_tlbiel_pid(t->pid, RIC_FLUSH_PWC);\n" "+\telse\n" "+\t\t_tlbiel_pid(t->pid, RIC_FLUSH_ALL);\n" @@ -210,9 +210,9 @@ "+{\n" "+\tstruct tlbiel_va *t = info;\n" "+\n" - "+\tif (t->ric = RIC_FLUSH_TLB)\n" + "+\tif (t->ric == RIC_FLUSH_TLB)\n" "+\t\t_tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_TLB);\n" - "+\telse if (t->ric = RIC_FLUSH_PWC)\n" + "+\telse if (t->ric == RIC_FLUSH_PWC)\n" "+\t\t_tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_PWC);\n" "+\telse\n" "+\t\t_tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_ALL);\n" @@ -488,4 +488,4 @@ "-- \n" 2.22.0 -f42015cc7ef2db487485e6c68a6307430a0de5d33b6ba7d97211baddb48f021c +5ec3da957f2b698f6ad4be00dbb1933909038e86f051dad99bb64b8e548e45d2
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.