diff for duplicates of <20130418063226.GH25033@drongo> diff --git a/a/1.txt b/N1/1.txt index 4f523bc..797fdf8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -143,10 +143,10 @@ index 9fb2d39..ee841ed 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 c93832c..33457cb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130418062926.GA25033@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, 18 Apr 2013 06:32:26 +0000\0" + "Date\0Thu, 18 Apr 2013 16:32:26 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm@vger.kernel.org" kvm-ppc@vger.kernel.org @@ -153,10 +153,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" @@ -214,4 +214,4 @@ "-- \n" 1.7.10.4 -ad994bb18fa7c324411c25f47068ffbacca5676bbfc23a372c405edf22372629 +9f48d4c049ed5ff87c3621d69142aa3c9ef1dd5770772541e2d1789a4431eb37
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.