diff for duplicates of <20070202173746.9fc66172.akpm@linux-foundation.org> diff --git a/a/1.txt b/N1/1.txt index 2e7084b..3da2039 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ John Keller <jpk@sgi.com> 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> @@ -12,21 +12,20 @@ John Keller <jpk@sgi.com> 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 cb7b8af..7a58ffd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020070202205412.14367.60290.sendpatchset@attica.americas.sgi.com\0" "From\0Andrew Morton <akpm@osdl.org>\0" "Subject\0Re: [PATCH 1/1] - Altix: more ACPI PRT support\0" - "Date\0Fri, 2 Feb 2007 17:37:46 -0800\0" + "Date\0Sat, 03 Feb 2007 01:37:46 +0000\0" "To\0John Keller <jpk@sgi.com>\0" "Cc\0linux-acpi@vger.kernel.org" ayoung@sgi.com @@ -17,7 +17,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" @@ -26,21 +26,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" @@ -50,4 +49,4 @@ "patch is simple, I shall cheerily bypass maintainers and send it in for\n" 2.6.20. -fe16a9288dccaee3ddb6a8831ff7d401075a0a70be3f9fa49ba8771627805c24 +44fbf65c56f78aa3fc3d8014f34fb851c8a887e733f88dd79341b450f5f27fab
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.