[PATCH] via-mpu: compile without Power Management support
Olof Johansson
olof at lixom.net
Thu Dec 15 15:14:30 EST 2005
On Thu, Dec 15, 2005 at 11:45:22AM +0800, Kristian Mueller wrote:
> Don't check for sleep_in_progress if there is no
> Power Management support.
Creeping #ifdeffing, not good.
Please move the sleep_in_progress variable outside of #ifdef where it's
defined instead, it will default to 0 and never trigger, but things will
still build.
-Olof
More information about the Linuxppc-dev
mailing list