[POWERPC] Disable G5 NAP mode during SMU commands on U3
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 7 Feb 2008 03:29:43 +0000 (14:29 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 8 Feb 2008 08:52:35 +0000 (19:52 +1100)
commit592a607bbc053bc6f614a0e619326009f4b3829e
treef6deedbe40c525c8fe088e08f620cd76cb865591
parenta4ffc0a0b240a29cbe489f6db9dae112a49ef1c1
[POWERPC] Disable G5 NAP mode during SMU commands on U3

It appears that with the U3 northbridge, if the processor is in NAP
mode the whole time while waiting for an SMU command to complete,
then the SMU will fail.  It could be related to the weird backward
mechanism the SMU uses to get to system memory via i2c to the
northbridge that doesn't operate properly when the said bridge is
in napping along with the CPU.  That is on U3 at least, U4 doesn't
seem to be affected.

This didn't show before NO_HZ as the timer wakeup was enough to make
it work it seems, but that is no longer the case.

This fixes it by disabling NAP mode on those machines while
an SMU command is in flight.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/feature.c
drivers/macintosh/smu.c
include/asm-powerpc/pmac_feature.h