diff for duplicates of <20130411055656.GI9042@drongo> diff --git a/a/1.txt b/N1/1.txt index 4b9b9a8..96d5d55 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -142,10 +142,10 @@ index d1ec4b0..4eb4f4b 100644 + pending_pri = icpval >> KVM_REG_PPC_ICP_PPRI_SHIFT; + + /* Require the new state to be internally consistent */ -+ if (xisr = 0) { ++ if (xisr == 0) { + if (pending_pri != 0xff) + return -EINVAL; -+ } else if (xisr = XICS_IPI) { ++ } else if (xisr == XICS_IPI) { + if (pending_pri != mfrr || pending_pri >= cppr) + return -EINVAL; + } else { diff --git a/a/content_digest b/N1/content_digest index 6fc2122..ce7e930 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 7/8] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state\0" - "Date\0Thu, 11 Apr 2013 05:56:56 +0000\0" + "Date\0Thu, 11 Apr 2013 15:56:56 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm@vger.kernel.org" kvm-ppc@vger.kernel.org @@ -152,10 +152,10 @@ "+\tpending_pri = icpval >> KVM_REG_PPC_ICP_PPRI_SHIFT;\n" "+\n" "+\t/* Require the new state to be internally consistent */\n" - "+\tif (xisr = 0) {\n" + "+\tif (xisr == 0) {\n" "+\t\tif (pending_pri != 0xff)\n" "+\t\t\treturn -EINVAL;\n" - "+\t} else if (xisr = XICS_IPI) {\n" + "+\t} else if (xisr == XICS_IPI) {\n" "+\t\tif (pending_pri != mfrr || pending_pri >= cppr)\n" "+\t\t\treturn -EINVAL;\n" "+\t} else {\n" @@ -213,4 +213,4 @@ "-- \n" 1.7.10.4 -fd8e9b67499f735b5fdf89deb2bfc265b82c7dc2fde2b5bf35f256b8c50b3404 +9d416b7c63bbc5bd65194601119d978ae01b08d40dd6104cd93c811bb0271f64
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.