diff for duplicates of <4EDD94C9.2010402@ozlabs.org> diff --git a/a/1.txt b/N1/1.txt index dc2fad2..9412dac 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -385,7 +385,7 @@ index 0000000..4154ca8 + struct ics_irq_state *irq = ics->irqs + srcno; + + if (val) { -+ if (irq->priority = 0xff) { ++ if (irq->priority == 0xff) { + xics_dprintf(" irq pri ff, masked pending\n"); + irq->masked_pending = 1; + /* masked pending */ ; @@ -428,7 +428,7 @@ index 0000000..4154ca8 + irq->priority = priority; + xics_dprintf("ics_write_xive_msi(nr %d, server %d, pri 0x%x)\n", nr, server, priority); + -+ if (!irq->masked_pending || (priority = 0xff)) { ++ if (!irq->masked_pending || (priority == 0xff)) { + return; + } + diff --git a/a/content_digest b/N1/content_digest index 65b4ebf..52bb8a8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0cover.1323143103.git.matt@ozlabs.org\0" "From\0Matt Evans <matt@ozlabs.org>\0" "Subject\0[PATCH 5/8] kvm tools: Add PPC64 XICS interrupt controller support\0" - "Date\0Tue, 06 Dec 2011 04:06:33 +0000\0" + "Date\0Tue, 06 Dec 2011 15:06:33 +1100\0" "To\0kvm@vger.kernel.org" " kvm-ppc@vger.kernel.org\0" "\00:1\0" @@ -393,7 +393,7 @@ "+\tstruct ics_irq_state *irq = ics->irqs + srcno;\n" "+\n" "+\tif (val) {\n" - "+\t\tif (irq->priority = 0xff) {\n" + "+\t\tif (irq->priority == 0xff) {\n" "+\t\t\txics_dprintf(\" irq pri ff, masked pending\\n\");\n" "+\t\t\tirq->masked_pending = 1;\n" "+\t\t\t/* masked pending */ ;\n" @@ -436,7 +436,7 @@ "+\tirq->priority = priority;\n" "+\txics_dprintf(\"ics_write_xive_msi(nr %d, server %d, pri 0x%x)\\n\", nr, server, priority);\n" "+\n" - "+\tif (!irq->masked_pending || (priority = 0xff)) {\n" + "+\tif (!irq->masked_pending || (priority == 0xff)) {\n" "+\t\treturn;\n" "+\t}\n" "+\n" @@ -745,4 +745,4 @@ "+\n" +#endif -7f2ec4eff6f1c56e850b1c777202cef60e34b2ce43d1e50e22159085e64d52df +bda1a6abbb56ba66d82c8418fb3c32af5c3cba3c77f3b622154d3de8c3d724c9
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.