]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pmac: Don't register pmac PIC syscore ops when HW not present
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 31 May 2011 08:01:23 +0000 (18:01 +1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 May 2011 11:30:20 +0000 (20:30 +0900)
commit9168f2fe83872a4d16ffa05e6d93b6b47686c2d0
treef4fab2933bd90211d3f62141f068b90060cd90f0
parentf5cf903e46ec327fe864a739ad63ac3192eb2844
powerpc/pmac: Don't register pmac PIC syscore ops when HW not present

The Apple custom PIC only exist in some earlier machine models,
anything with an MPIC will crash on suspend if we register those
syscore ops unconditionally.

This is a regression caused by commit ef4dd331a5b0 ("PM / PowerPC: Use
struct syscore_ops instead of sysdevs for PM")

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/powerpc/platforms/powermac/pic.c