diff for duplicates of <20210506063128.GA185649@in.ibm.com> diff --git a/a/1.txt b/N1/1.txt index d7e67f5..bba713b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,7 +70,7 @@ Sure. > > + * A H_RPTI_TYPE_ALL request implies RIC=3, hence > > + * do a single IS=1 based flush. > > + */ -> > + if ((type & H_RPTI_TYPE_ALL) = H_RPTI_TYPE_ALL) { +> > + if ((type & H_RPTI_TYPE_ALL) == H_RPTI_TYPE_ALL) { > > + _tlbie_pid_lpid(pid, lpid, RIC_FLUSH_ALL); > > + return; > > + } @@ -78,7 +78,7 @@ Sure. > > + if (type & H_RPTI_TYPE_PWC) > > + _tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC); > > + -> > + if (start = 0 && end = -1) /* PID */ +> > + if (start == 0 && end == -1) /* PID */ > > + _tlbie_pid_lpid(pid, lpid, RIC_FLUSH_TLB); > > + else /* EA */ > > + _tlbie_va_range_lpid(start, end, pid, lpid, page_size, diff --git a/a/content_digest b/N1/content_digest index 0f7db53..4e3868a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01620279244.mpmwjm8qjk.astroid@bobo.none\0" "From\0Bharata B Rao <bharata@linux.ibm.com>\0" "Subject\0Re: [PATCH v7 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE\0" - "Date\0Thu, 06 May 2021 06:43:28 +0000\0" + "Date\0Thu, 6 May 2021 12:01:28 +0530\0" "To\0Nicholas Piggin <npiggin@gmail.com>\0" "Cc\0farosas@linux.ibm.com" aneesh.kumar@linux.ibm.com @@ -84,7 +84,7 @@ "> > +\t * A H_RPTI_TYPE_ALL request implies RIC=3, hence\n" "> > +\t * do a single IS=1 based flush.\n" "> > +\t */\n" - "> > +\tif ((type & H_RPTI_TYPE_ALL) = H_RPTI_TYPE_ALL) {\n" + "> > +\tif ((type & H_RPTI_TYPE_ALL) == H_RPTI_TYPE_ALL) {\n" "> > +\t\t_tlbie_pid_lpid(pid, lpid, RIC_FLUSH_ALL);\n" "> > +\t\treturn;\n" "> > +\t}\n" @@ -92,7 +92,7 @@ "> > +\tif (type & H_RPTI_TYPE_PWC)\n" "> > +\t\t_tlbie_pid_lpid(pid, lpid, RIC_FLUSH_PWC);\n" "> > +\n" - "> > +\tif (start = 0 && end = -1) /* PID */\n" + "> > +\tif (start == 0 && end == -1) /* PID */\n" "> > +\t\t_tlbie_pid_lpid(pid, lpid, RIC_FLUSH_TLB);\n" "> > +\telse /* EA */\n" "> > +\t\t_tlbie_va_range_lpid(start, end, pid, lpid, page_size,\n" @@ -108,4 +108,4 @@ "Regards,\n" Bharata. -4b2a55d4963b12a761707f6d0021c693bfbf7d188b8035afa5aa9e52b4dc214a +daeb9ef04a4adcdc025e246aec62f801d95a8bc5961be93ca78ab405d8e34caa
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.