diff for duplicates of <YNFom3Ojb4TGsKj2@in.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 54116d3..b43c6dc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ On Mon, Jun 21, 2021 at 10:12:42AM -0700, Nathan Chancellor wrote: > > + /* > > + * A flush all request can be handled by a full lpid flush only. > > + */ -> > + if ((type & H_RPTI_TYPE_NESTED_ALL) = H_RPTI_TYPE_NESTED_ALL) +> > + if ((type & H_RPTI_TYPE_NESTED_ALL) == H_RPTI_TYPE_NESTED_ALL) > > + return do_tlb_invalidate_nested_all(vcpu, lpid, RIC_FLUSH_ALL); > > + > > + /* @@ -42,7 +42,7 @@ On Mon, Jun 21, 2021 at 10:12:42AM -0700, Nathan Chancellor wrote: > > + * } > > + */ > > + -> > + if (start = 0 && end = -1) +> > + if (start == 0 && end == -1) > > + return do_tlb_invalidate_nested_all(vcpu, lpid, RIC_FLUSH_TLB); > > + > > + if (type & H_RPTI_TYPE_TLB) { diff --git a/a/content_digest b/N1/content_digest index a3b55ca..55da5da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\0YNDIitJ3Hn1/G8Jw@Ryzen-9-3900X.localdomain\0" "From\0Bharata B Rao <bharata@linux.ibm.com>\0" "Subject\0Re: [PATCH v8 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE\0" - "Date\0Tue, 22 Jun 2021 04:47:39 +0000\0" + "Date\0Tue, 22 Jun 2021 10:05:39 +0530\0" "To\0Nathan Chancellor <nathan@kernel.org>\0" "Cc\0farosas@linux.ibm.com" aneesh.kumar@linux.ibm.com @@ -38,7 +38,7 @@ "> > +\t/*\n" "> > +\t * A flush all request can be handled by a full lpid flush only.\n" "> > +\t */\n" - "> > +\tif ((type & H_RPTI_TYPE_NESTED_ALL) = H_RPTI_TYPE_NESTED_ALL)\n" + "> > +\tif ((type & H_RPTI_TYPE_NESTED_ALL) == H_RPTI_TYPE_NESTED_ALL)\n" "> > +\t\treturn do_tlb_invalidate_nested_all(vcpu, lpid, RIC_FLUSH_ALL);\n" "> > +\n" "> > +\t/*\n" @@ -57,7 +57,7 @@ "> > +\t * }\n" "> > +\t */\n" "> > +\n" - "> > +\tif (start = 0 && end = -1)\n" + "> > +\tif (start == 0 && end == -1)\n" "> > +\t\treturn do_tlb_invalidate_nested_all(vcpu, lpid, RIC_FLUSH_TLB);\n" "> > +\n" "> > +\tif (type & H_RPTI_TYPE_TLB) {\n" @@ -98,4 +98,4 @@ "Regards,\n" Bharata. -2e40b89dcbeb60509e60d77f165527343a0cc2117bda4b6dec5c8be8b3a40502 +e70b022ff08f3ad418f2cfd5155b22296aa6e8812c80e061315b42fe463d9065
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.