Re: ACPI Regression on Dell E1501

2007-08-08 Thread Tim Gardner
See this topic for a solution: http://lkml.org/lkml/2007/8/8/251 Re: [PATCH] drop unneeded variable in amd_apic_timer_broken -- Tim Gardner [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: ACPI Regression on Dell E1501

2007-08-08 Thread Tim Gardner
See this topic for a solution: http://lkml.org/lkml/2007/8/8/251 Re: [PATCH] drop unneeded variable in amd_apic_timer_broken -- Tim Gardner [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Eric W. Biederman
Tim Gardner <[EMAIL PROTECTED]> writes: > Thomas Renninger wrote: >> On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: >>> Tim Gardner wrote: Thomas Gleixner wrote: > On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: >> On 06/21/2007 05:04 PM, Tim Gardner wrote: >>> Hi,

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Thomas Renninger wrote: > On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: >> Tim Gardner wrote: >>> Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: > On 06/21/2007 05:04 PM, Tim Gardner wrote: >> Hi, >> >> Commit

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Thomas Renninger
On Fri, 2007-06-22 at 09:06 -0700, Roland Dreier wrote: > > pci=nomsi let the machine still boot. > > > > I tried a bit and I think I got it, for me it's this one: > > > > commit 78b7611c4a1e3ff008abc4751b566cb533d68f3d > > Really?? That's "msi: mask the msix vector before we unmap it"

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Roland Dreier
> pci=nomsi let the machine still boot. > > I tried a bit and I think I got it, for me it's this one: > > commit 78b7611c4a1e3ff008abc4751b566cb533d68f3d Really?? That's "msi: mask the msix vector before we unmap it" and A) it looks *really* obviously correct and B) it should only have an

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Thomas Renninger
On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: > Tim Gardner wrote: > > Thomas Gleixner wrote: > >> On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: > >>> On 06/21/2007 05:04 PM, Tim Gardner wrote: > Hi, > > Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Tim Gardner wrote: > Thomas Gleixner wrote: >> On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: >>> On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Thomas Gleixner wrote: > On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: >> On 06/21/2007 05:04 PM, Tim Gardner wrote: >>> Hi, >>> >>> Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell >>> E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but >>> it

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Tim Gardner wrote: Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Thomas Renninger
On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: Tim Gardner wrote: Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Roland Dreier
pci=nomsi let the machine still boot. I tried a bit and I think I got it, for me it's this one: commit 78b7611c4a1e3ff008abc4751b566cb533d68f3d Really?? That's msi: mask the msix vector before we unmap it and A) it looks *really* obviously correct and B) it should only have an effect

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Thomas Renninger
On Fri, 2007-06-22 at 09:06 -0700, Roland Dreier wrote: pci=nomsi let the machine still boot. I tried a bit and I think I got it, for me it's this one: commit 78b7611c4a1e3ff008abc4751b566cb533d68f3d Really?? That's msi: mask the msix vector before we unmap it and No, I was

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Tim Gardner
Thomas Renninger wrote: On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: Tim Gardner wrote: Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a

Re: ACPI Regression on Dell E1501

2007-06-22 Thread Eric W. Biederman
Tim Gardner [EMAIL PROTECTED] writes: Thomas Renninger wrote: On Fri, 2007-06-22 at 07:18 -0600, Tim Gardner wrote: Tim Gardner wrote: Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Tim Gardner
Thomas Gleixner wrote: > On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: >> On 06/21/2007 05:04 PM, Tim Gardner wrote: >>> Hi, >>> >>> Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell >>> E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but >>> it

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Thomas Gleixner
On Thu, 2007-06-21 at 23:55 +0200, Thomas Gleixner wrote: > > > X2 Mobile Technology TL-50' CPU, but its booting 32 bit SMP (make > 1.) are you booting a 32bit or a 64 bit kernel ? Sigh, I'm too tired :) tglx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Thomas Gleixner
On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: > On 06/21/2007 05:04 PM, Tim Gardner wrote: > > Hi, > > > > Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell > > E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but > > it made no substantive

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Chuck Ebbert
On 06/21/2007 05:04 PM, Tim Gardner wrote: > Hi, > > Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell > E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but > it made no substantive difference). This laptop is an 'AMD Turion(tm) 64 > X2 Mobile Technology

ACPI Regression on Dell E1501

2007-06-21 Thread Tim Gardner
Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive difference). This laptop is an 'AMD Turion(tm) 64 X2 Mobile Technology TL-50' CPU, but its booting 32 bit SMP (make defconfig).

ACPI Regression on Dell E1501

2007-06-21 Thread Tim Gardner
Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive difference). This laptop is an 'AMD Turion(tm) 64 X2 Mobile Technology TL-50' CPU, but its booting 32 bit SMP (make defconfig).

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Chuck Ebbert
On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive difference). This laptop is an 'AMD Turion(tm) 64 X2 Mobile Technology TL-50'

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Thomas Gleixner
On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive difference). This

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Thomas Gleixner
On Thu, 2007-06-21 at 23:55 +0200, Thomas Gleixner wrote: X2 Mobile Technology TL-50' CPU, but its booting 32 bit SMP (make 1.) are you booting a 32bit or a 64 bit kernel ? Sigh, I'm too tired :) tglx - To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: ACPI Regression on Dell E1501

2007-06-21 Thread Tim Gardner
Thomas Gleixner wrote: On Thu, 2007-06-21 at 17:47 -0400, Chuck Ebbert wrote: On 06/21/2007 05:04 PM, Tim Gardner wrote: Hi, Commit e9e2cdb412412326c4827fc78ba27f410d837e6e breaks boot on a Dell E1501 unless 'acpi=off' is specified (also tried nolapic and nohpet but it made no substantive