All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20210505154642.178702-4-bharata@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 7b70b65..b1b77a6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -393,7 +393,7 @@ index 409e61210789..65aad9ce3557 100644
 +	 * 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;
 +	}
@@ -401,7 +401,7 @@ index 409e61210789..65aad9ce3557 100644
 +	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 f857dac..7ccdff7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020210505154642.178702-1-bharata@linux.ibm.com\0"
  "From\0Bharata B Rao <bharata@linux.ibm.com>\0"
  "Subject\0[PATCH v7 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE\0"
- "Date\0Wed, 05 May 2021 15:58:39 +0000\0"
+ "Date\0Wed,  5 May 2021 21:16:39 +0530\0"
  "To\0kvm-ppc@vger.kernel.org"
  " linuxppc-dev@lists.ozlabs.org\0"
  "Cc\0farosas@linux.ibm.com"
@@ -406,7 +406,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"
@@ -414,7 +414,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"
@@ -426,4 +426,4 @@
  "-- \n"
  2.26.2
 
-674cb66f3f8c550cff36769be506849f84858baa3dddf9c1c3316b85d2934a94
+1170072ac156199a401100a275a2a33dcd7f30f76583b32fc59c8d6fdc679fad

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.