All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20201217084119.GC775394@in.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index ba85917..985ae5f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On Wed, Dec 16, 2020 at 07:47:29PM -0300, Fabiano Rosas 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;
@@ -18,7 +18,7 @@ On Wed, Dec 16, 2020 at 07:47:29PM -0300, Fabiano Rosas 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 c31efef..1a0fe53 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\087v9d174hq.fsf@linux.ibm.com\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:53:19 +0000\0"
+ "Date\0Thu, 17 Dec 2020 14:11:19 +0530\0"
  "To\0Fabiano Rosas <farosas@linux.ibm.com>\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"
@@ -93,4 +93,4 @@
  "Regards,\n"
  Bharata.
 
-09b4b062a2ed3b74a20363009a449aa45b5c13cc49bf9e04b89cc9a39da84fe1
+5282f9647a0ee72dd3eaa3f3338ab1ccbbf0ae523b88ab49f2be1276e31b5639

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.