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
···34#include <asm/smp.h>3536#ifdef CONFIG_HOTPLUG_CPU37-/* this is used for software suspend, and that shuts down38- * CPUs even while the system is still booting... */39-#define cpu_should_die() (cpu_is_offline(smp_processor_id()) && \40- (system_state == SYSTEM_RUNNING \41- || system_state == SYSTEM_BOOTING))42#else43#define cpu_should_die() 044#endif