[ltp] Possible solution to ACPI power drain with 2.6.10
Bob Alexander
linux-thinkpad@linux-thinkpad.org
Tue, 18 Jan 2005 17:09:39 +0100
Tino Keitel wrote:
> If I understand it right, you don't need to eliminate the #define, but
> allways enable the #define, even on non-PPC-PMAC systems, since the
> desired actions will only be taken if CONFIG_PPC_PMAC is defined.
>
Hullo Tino,
my friend and benefactor :)
My English is lousy.
What I wanted to say is to change the source as:
#define CONFIG_RADEON_HAS_D2
from the original
#define CONFIG_RADEON_HAS_D2 CONFIG_PPC_PMAC
so that the subsequent #ifdef will go to its #else branch ....
or am I wrong ?
Ciao,
Bob