Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: powerpc: Fix failure to shutdown with CPU hotplug powerpc: Fix PCI in Holly device tree
···3434#include <asm/smp.h>35353636#ifdef CONFIG_HOTPLUG_CPU3737-/* this is used for software suspend, and that shuts down3838- * CPUs even while the system is still booting... */3939-#define cpu_should_die() (cpu_is_offline(smp_processor_id()) && \4040- (system_state == SYSTEM_RUNNING \4141- || system_state == SYSTEM_BOOTING))3737+#define cpu_should_die() cpu_is_offline(smp_processor_id())4238#else4339#define cpu_should_die() 04440#endif