All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130411055722.GJ9042@drongo>

diff --git a/a/1.txt b/N1/1.txt
index aaaedfc..ad24c00 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -156,7 +156,7 @@ index 4eb4f4b..eb58abf 100644
 +	if (irqp->exists) {
 +		val = irqp->server;
 +		prio = irqp->priority;
-+		if (prio = MASKED) {
++		if (prio == MASKED) {
 +			val |= KVM_XICS_MASKED;
 +			prio = irqp->saved_priority;
 +		}
@@ -201,7 +201,7 @@ index 4eb4f4b..eb58abf 100644
 +
 +	server = val & KVM_XICS_DESTINATION_MASK;
 +	prio = val >> KVM_XICS_PRIORITY_SHIFT;
-+	if (prio != MASKED && kvmppc_xics_find_server(kvm, server) = NULL)
++	if (prio != MASKED && kvmppc_xics_find_server(kvm, server) == NULL)
 +		return -EINVAL;
 +
 +	mutex_lock(&ics->lock);
diff --git a/a/content_digest b/N1/content_digest
index a37cd1f..69ec3e9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020130411055205.GB9042@drongo\0"
  "From\0Paul Mackerras <paulus@samba.org>\0"
  "Subject\0[PATCH 8/8] KVM: PPC: Book 3S: Add API for in-kernel XICS emulation\0"
- "Date\0Thu, 11 Apr 2013 05:57:22 +0000\0"
+ "Date\0Thu, 11 Apr 2013 15:57:22 +1000\0"
  "To\0Alexander Graf <agraf@suse.de>\0"
  "Cc\0kvm@vger.kernel.org"
   kvm-ppc@vger.kernel.org
@@ -166,7 +166,7 @@
  "+\tif (irqp->exists) {\n"
  "+\t\tval = irqp->server;\n"
  "+\t\tprio = irqp->priority;\n"
- "+\t\tif (prio = MASKED) {\n"
+ "+\t\tif (prio == MASKED) {\n"
  "+\t\t\tval |= KVM_XICS_MASKED;\n"
  "+\t\t\tprio = irqp->saved_priority;\n"
  "+\t\t}\n"
@@ -211,7 +211,7 @@
  "+\n"
  "+\tserver = val & KVM_XICS_DESTINATION_MASK;\n"
  "+\tprio = val >> KVM_XICS_PRIORITY_SHIFT;\n"
- "+\tif (prio != MASKED && kvmppc_xics_find_server(kvm, server) = NULL)\n"
+ "+\tif (prio != MASKED && kvmppc_xics_find_server(kvm, server) == NULL)\n"
  "+\t\treturn -EINVAL;\n"
  "+\n"
  "+\tmutex_lock(&ics->lock);\n"
@@ -521,4 +521,4 @@
  "-- \n"
  1.7.10.4
 
-769cd83920f26bb986426e5f9ab654df1b6bd4a597b6f67ef3bd98eb6e0b092a
+be5bc8751e4bc966a98fd780b6484b9a21368433e674a64423948a4a1072dfef

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.