diff for duplicates of <200702022156.42805.lenb@kernel.org> diff --git a/a/1.txt b/N1/1.txt index c2215b9..0f3fdd8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On Friday 02 February 2007 20:37, Andrew Morton wrote: > > > The SN Altix platform does not conform to the > > IOSAPIC IRQ routing model. Add code in acpi_unregister_gsi() -> > to check if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) and +> > to check if (acpi_irq_model = ACPI_IRQ_MODEL_PLATFORM) and > > return. > > > > Signed-off-by: John Keller <jpk@sgi.com> @@ -13,21 +13,20 @@ On Friday 02 February 2007 20:37, Andrew Morton wrote: > > Due to an oversight, this code was not added previously when > > similar code was added to acpi_register_gsi(). > > -> > http://marc.theaimsgroup.com/?l=linux-acpi&m=116680983430121&w=2 +> > http://marc.theaimsgroup.com/?l=linux-acpi&m\x116680983430121&w=2 > > > > arch/ia64/kernel/acpi.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > > > Index: linux-2.6/arch/ia64/kernel/acpi.c -> > =================================================================== -> > --- linux-2.6.orig/arch/ia64/kernel/acpi.c 2007-02-02 14:44:31.000000000 -0600 +> > =================================> > --- linux-2.6.orig/arch/ia64/kernel/acpi.c 2007-02-02 14:44:31.000000000 -0600 > > +++ linux-2.6/arch/ia64/kernel/acpi.c 2007-02-02 14:47:44.658143727 -0600 > > @@ -609,6 +609,9 @@ EXPORT_SYMBOL(acpi_register_gsi); > > > > void acpi_unregister_gsi(u32 gsi) > > { -> > + if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) +> > + if (acpi_irq_model = ACPI_IRQ_MODEL_PLATFORM) > > + return; > > + > > iosapic_unregister_intr(gsi); diff --git a/a/content_digest b/N1/content_digest index a32b1dd..4381783 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020070202173746.9fc66172.akpm@linux-foundation.org\0" "From\0Len Brown <lenb@kernel.org>\0" "Subject\0Re: [PATCH 1/1] - Altix: more ACPI PRT support\0" - "Date\0Fri, 2 Feb 2007 21:56:42 -0500\0" + "Date\0Sat, 03 Feb 2007 02:56:42 +0000\0" "To\0Andrew Morton <akpm@osdl.org>\0" "Cc\0John Keller <jpk@sgi.com>" linux-acpi@vger.kernel.org @@ -19,7 +19,7 @@ "> \n" "> > The SN Altix platform does not conform to the \n" "> > IOSAPIC IRQ routing model. Add code in acpi_unregister_gsi()\n" - "> > to check if (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM) and\n" + "> > to check if (acpi_irq_model = ACPI_IRQ_MODEL_PLATFORM) and\n" "> > return.\n" "> > \n" "> > Signed-off-by: John Keller <jpk@sgi.com>\n" @@ -28,21 +28,20 @@ "> > Due to an oversight, this code was not added previously when\n" "> > similar code was added to acpi_register_gsi().\n" "> > \n" - "> > http://marc.theaimsgroup.com/?l=linux-acpi&m=116680983430121&w=2\n" + "> > http://marc.theaimsgroup.com/?l=linux-acpi&m\0216680983430121&w=2\n" "> > \n" "> > arch/ia64/kernel/acpi.c | 3 +++\n" "> > 1 file changed, 3 insertions(+)\n" "> > \n" "> > \n" "> > Index: linux-2.6/arch/ia64/kernel/acpi.c\n" - "> > ===================================================================\n" - "> > --- linux-2.6.orig/arch/ia64/kernel/acpi.c\t2007-02-02 14:44:31.000000000 -0600\n" + "> > =================================> > --- linux-2.6.orig/arch/ia64/kernel/acpi.c\t2007-02-02 14:44:31.000000000 -0600\n" "> > +++ linux-2.6/arch/ia64/kernel/acpi.c\t2007-02-02 14:47:44.658143727 -0600\n" "> > @@ -609,6 +609,9 @@ EXPORT_SYMBOL(acpi_register_gsi);\n" "> > \n" "> > void acpi_unregister_gsi(u32 gsi)\n" "> > {\n" - "> > +\tif (acpi_irq_model == ACPI_IRQ_MODEL_PLATFORM)\n" + "> > +\tif (acpi_irq_model = ACPI_IRQ_MODEL_PLATFORM)\n" "> > +\t\treturn;\n" "> > +\n" "> > \tiosapic_unregister_intr(gsi);\n" @@ -59,4 +58,4 @@ "thanks,\n" -Len -7c519906e565d19bf320e808907d1d922b8b0f4ed675b41fc233b52817c32a93 +7f689e7f18a54dc3c3b3e2df9d6318fb64ce90a1571e928af6c51861049c22fc
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.