Re: 2.4.22 APM problems with IBM Thinkpad's

From: Jamie Lokier
Date: Thu Aug 14 2003 - 16:44:33 EST


Mikael Pettersson wrote:
> Jamie Lokier writes:
> > Alan Cox wrote:
> > > On Mer, 2003-08-13 at 14:13, Mikael Pettersson wrote:
> > > > With APIC support enabled (SMP or UP_APIC), APM must be constrained:
> > > > DISPLAY_BLANK off
> > > > CPU_IDLE off
> > > > built-in driver, not module
> > >
> > > This isnt sufficient because some of the SMM traps off the FN-key
> > > sequences also crash thinkpads if APIC is enabled. Basically *dont use
> > > local apic* except on SMP.
> >
> > Is it feasible to disable the APIC during BIOS calls,?
>
> I don't think so.
> One problem is that BIOS calls can be very frequent (one every time
> the kernel calls pm_idle, if CPU_IDLE=y, and one each time one of those
> battery-monitoring applets feels like polling the battery status).
>
> Each time we'd have to go through a full lapic_suspend/lapic_resume
> cycle, like we do now for PM suspends, and each time the local APIC
> timer would lose ticks.

That'll just be another way of losing ticks, then :)

> And in an UP_IOAPIC system we'd better disable
> and reenable the I/O-APIC too (or reprogram it to PIC mode, but that's
> horrible). Not pretty.
>
> Personally I'd prefer checks in apm.c that cause it to refuse to do
> any BIOS calls except at suspend or poweroff.

I'd prefer that if APM idle or blanking are enabled, the default
interrupt mode is to not use the APIC.

Saving power is pretty desirable on a laptop.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/