Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Natalie Protasevich
l> From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 2:22 AM To: Protasevich, Natalie Cc: Len Brown; Andi Kleen; lkml - Kernel Mailing List; linux-acpi@vger.kernel.org Subject: Re: [PATCH] i386: irq: Kill IRQ compression [EMAIL PROTECTED] (Eric W. Bieder

Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Eric W. Biederman
"Natalie Protasevich" <[EMAIL PROTECTED]> writes: > This routine actually renumbers gsi's. I don't think you can kill > ioapic_renumber_irq without bringing down ES7000 that have swapped > legacy/PCI ranges and are still out there. Moreover, mach-es7000 > purpose is to define and use the range

Re: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Eric W. Biederman
[EMAIL PROTECTED] (Eric W. Biederman) writes: > By itself I don't think we are going to observe any real problems > with this patch. > > However if we are going to be serious about this we need to do a > few more things. > > - kill ioapic_renumber_irq. Looking closer ioapic_renumber_irq does not

Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Natalie Protasevich
From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 12:44 AM To: Len Brown Cc: Andi Kleen; Protasevich, Natalie; lkml - Kernel Mailing List; linux-acpi@vger.kernel.org Subject: Re: [PATCH] i386: irq: Kill IRQ compression Len Brown <[EMAIL PROTECTED]>

Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Natalie Protasevich
From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 12:44 AM To: Len Brown Cc: Andi Kleen; Protasevich, Natalie; lkml - Kernel Mailing List; linux-acpi@vger.kernel.org Subject: Re: [PATCH] i386: irq: Kill IRQ compression Len Brown [EMAIL PROTECTED] writes

Re: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Eric W. Biederman
[EMAIL PROTECTED] (Eric W. Biederman) writes: By itself I don't think we are going to observe any real problems with this patch. However if we are going to be serious about this we need to do a few more things. - kill ioapic_renumber_irq. Looking closer ioapic_renumber_irq does not appear

Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Eric W. Biederman
Natalie Protasevich [EMAIL PROTECTED] writes: This routine actually renumbers gsi's. I don't think you can kill ioapic_renumber_irq without bringing down ES7000 that have swapped legacy/PCI ranges and are still out there. Moreover, mach-es7000 purpose is to define and use the range swapper on

Re: FW: [PATCH] i386: irq: Kill IRQ compression

2007-02-16 Thread Natalie Protasevich
l From: Eric W. Biederman [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 2:22 AM To: Protasevich, Natalie Cc: Len Brown; Andi Kleen; lkml - Kernel Mailing List; linux-acpi@vger.kernel.org Subject: Re: [PATCH] i386: irq: Kill IRQ compression [EMAIL PROTECTED] (Eric W. Biederman

Re: [PATCH] i386: irq: Kill IRQ compression

2007-02-15 Thread Eric W. Biederman
Len Brown <[EMAIL PROTECTED]> writes: > This code makes simple systems complex: > > ACPI: PCI Interrupt :03:04.0[A] -> GSI 18 (level, low) -> IRQ 16 > ACPI: PCI Interrupt :00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17 > ACPI: PCI Interrupt :00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18 >

[PATCH] i386: irq: Kill IRQ compression

2007-02-15 Thread Len Brown
This code makes simple systems complex: ACPI: PCI Interrupt :03:04.0[A] -> GSI 18 (level, low) -> IRQ 16 ACPI: PCI Interrupt :00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17 ACPI: PCI Interrupt :00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18 ACPI: PCI Interrupt :00:1d.7[D] -> GSI 23

[PATCH] i386: irq: Kill IRQ compression

2007-02-15 Thread Len Brown
This code makes simple systems complex: ACPI: PCI Interrupt :03:04.0[A] - GSI 18 (level, low) - IRQ 16 ACPI: PCI Interrupt :00:1d.0[A] - GSI 16 (level, low) - IRQ 17 ACPI: PCI Interrupt :00:1d.1[B] - GSI 19 (level, low) - IRQ 18 ACPI: PCI Interrupt :00:1d.7[D] - GSI 23 (level,

Re: [PATCH] i386: irq: Kill IRQ compression

2007-02-15 Thread Eric W. Biederman
Len Brown [EMAIL PROTECTED] writes: This code makes simple systems complex: ACPI: PCI Interrupt :03:04.0[A] - GSI 18 (level, low) - IRQ 16 ACPI: PCI Interrupt :00:1d.0[A] - GSI 16 (level, low) - IRQ 17 ACPI: PCI Interrupt :00:1d.1[B] - GSI 19 (level, low) - IRQ 18 ACPI: PCI