diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas.c')
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index f48446635c89..271ff6318eda 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include <asm/time.h> | 42 | #include <asm/time.h> |
43 | #include <asm/mmu.h> | 43 | #include <asm/mmu.h> |
44 | #include <asm/topology.h> | 44 | #include <asm/topology.h> |
45 | #include <asm/pSeries_reconfig.h> | ||
45 | 46 | ||
46 | struct rtas_t rtas = { | 47 | struct rtas_t rtas = { |
47 | .lock = __ARCH_SPIN_LOCK_UNLOCKED | 48 | .lock = __ARCH_SPIN_LOCK_UNLOCKED |
@@ -731,6 +732,7 @@ static int __rtas_suspend_last_cpu(struct rtas_suspend_me_data *data, int wake_w | |||
731 | 732 | ||
732 | atomic_set(&data->error, rc); | 733 | atomic_set(&data->error, rc); |
733 | start_topology_update(); | 734 | start_topology_update(); |
735 | pSeries_coalesce_init(); | ||
734 | 736 | ||
735 | if (wake_when_done) { | 737 | if (wake_when_done) { |
736 | atomic_set(&data->done, 1); | 738 | atomic_set(&data->done, 1); |