diff for duplicates of <20201217084836.GD775394@in.ibm.com> diff --git a/a/1.txt b/N1/1.txt index cd43c16..e2dc6b7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On Thu, Dec 17, 2020 at 02:42:15PM +1100, David Gibson wrote: > > + unsigned long rb; > > + unsigned long addr = start; > > + -> > + if ((type & H_RPTI_TYPE_ALL) = H_RPTI_TYPE_ALL) { +> > + if ((type & H_RPTI_TYPE_ALL) == H_RPTI_TYPE_ALL) { > > + rb = PPC_BIT(53); /* IS = 1 */ > > + do_tlb_invalidate_all(rb, rs); > > + return; @@ -19,7 +19,7 @@ On Thu, Dec 17, 2020 at 02:42:15PM +1100, David Gibson wrote: > > + do_tlb_invalidate_pwc(rb, rs); > > + } > > + -> > + if (!addr && end = -1) { /* PID */ +> > + if (!addr && end == -1) { /* PID */ > > + rb = PPC_BIT(53); /* IS = 1 */ > > + do_tlb_invalidate_tlb(rb, rs); > > + } else { /* EA */ diff --git a/a/content_digest b/N1/content_digest index 959cf5b..a476710 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\020201217034215.GE310465@yekko.fritz.box\0" "From\0Bharata B Rao <bharata@linux.ibm.com>\0" "Subject\0Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE\0" - "Date\0Thu, 17 Dec 2020 08:50:01 +0000\0" + "Date\0Thu, 17 Dec 2020 14:18:36 +0530\0" "To\0David Gibson <david@gibson.dropbear.id.au>\0" "Cc\0aneesh.kumar@linux.ibm.com" npiggin@gmail.com @@ -21,7 +21,7 @@ "> > +\tunsigned long rb;\n" "> > +\tunsigned long addr = start;\n" "> > +\n" - "> > +\tif ((type & H_RPTI_TYPE_ALL) = H_RPTI_TYPE_ALL) {\n" + "> > +\tif ((type & H_RPTI_TYPE_ALL) == H_RPTI_TYPE_ALL) {\n" "> > +\t\trb = PPC_BIT(53); /* IS = 1 */\n" "> > +\t\tdo_tlb_invalidate_all(rb, rs);\n" "> > +\t\treturn;\n" @@ -32,7 +32,7 @@ "> > +\t\tdo_tlb_invalidate_pwc(rb, rs);\n" "> > +\t}\n" "> > +\n" - "> > +\tif (!addr && end = -1) { /* PID */\n" + "> > +\tif (!addr && end == -1) { /* PID */\n" "> > +\t\trb = PPC_BIT(53); /* IS = 1 */\n" "> > +\t\tdo_tlb_invalidate_tlb(rb, rs);\n" "> > +\t} else { /* EA */\n" @@ -98,4 +98,4 @@ "Regards,\n" Bharata. -8276453869702c20ac97c6bf1d8083b8477a5bc94a993280894e24266e6fcbd1 +cb3f28eb2817d6a7213199859335110f22adecda544fae29dc074658a1cb73be
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.