Re: idle Athlon with IOAPIC is 10C warmer since 2.6.3-bk1

From: Ross Dickson
Date: Thu Mar 18 2004 - 06:55:23 EST


On Thursday 18 March 2004 21:41, Bernd Schubert wrote:
> Hi,
>
> I'm just testing your IdleC1Halt patch (didn't reboot yet) with 2.6.4, but
> there is a problem if apm is enabled in the configuration:
>
> arch/i386/kernel/built-in.o(.text+0x10b65): In function `apm_cpu_idle':
> : undefined reference to `default_idle'
>
> Your patch sets default_idle() static, so its not available in apm.c file.
>
Apologies - Unnecessary change, I only use acpi and was cleaning things up.

It should still work fine by removing the static from it as "idle()" get first try.
change
static void default_idle(void)
back to
void default_idle(void)

> Usually I compile with acpi and apm support to switch between both in case of
> an unsual problem, and I think many people also do so.

Please let me know how it goes.

Ross.

>
>
> > http://linux.derkeiler.com/Mailing-Lists/Kernel/2004-02/6520.html
> > The KERNEL ARG to invoke it is "idle=C1halt".
> >
>
> Thanks,
> Bernd
>
>
>
>

-
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/