diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-07-18 16:12:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-20 00:26:42 -0400 |
commit | a376178011c9db0b704bb1f9b4719d873847362e (patch) | |
tree | 3b7919a378439b90024214cbe70f84a020c3b31a /arch/sparc64/kernel/ds.c | |
parent | 9a79b2274186fade17134929d4f85b70d59a3840 (diff) |
[SPARC64]: Use orderly_poweroff().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/ds.c')
-rw-r--r-- | arch/sparc64/kernel/ds.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sparc64/kernel/ds.c b/arch/sparc64/kernel/ds.c index fa1f04d756a2..1a2062ecb0bc 100644 --- a/arch/sparc64/kernel/ds.c +++ b/arch/sparc64/kernel/ds.c | |||
@@ -13,11 +13,11 @@ | |||
13 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
14 | #include <linux/mutex.h> | 14 | #include <linux/mutex.h> |
15 | #include <linux/kthread.h> | 15 | #include <linux/kthread.h> |
16 | #include <linux/reboot.h> | ||
16 | #include <linux/cpu.h> | 17 | #include <linux/cpu.h> |
17 | 18 | ||
18 | #include <asm/ldc.h> | 19 | #include <asm/ldc.h> |
19 | #include <asm/vio.h> | 20 | #include <asm/vio.h> |
20 | #include <asm/power.h> | ||
21 | #include <asm/mdesc.h> | 21 | #include <asm/mdesc.h> |
22 | #include <asm/head.h> | 22 | #include <asm/head.h> |
23 | #include <asm/irq.h> | 23 | #include <asm/irq.h> |
@@ -328,7 +328,7 @@ static void domain_shutdown_data(struct ldc_channel *lp, | |||
328 | 328 | ||
329 | ds_send(lp, &pkt, sizeof(pkt)); | 329 | ds_send(lp, &pkt, sizeof(pkt)); |
330 | 330 | ||
331 | wake_up_powerd(); | 331 | orderly_poweroff(true); |
332 | } | 332 | } |
333 | 333 | ||
334 | struct ds_panic_req { | 334 | struct ds_panic_req { |
@@ -1133,8 +1133,6 @@ static int __devinit ds_probe(struct vio_dev *vdev, | |||
1133 | 1133 | ||
1134 | ds_info = dp; | 1134 | ds_info = dp; |
1135 | 1135 | ||
1136 | start_powerd(); | ||
1137 | |||
1138 | return err; | 1136 | return err; |
1139 | 1137 | ||
1140 | out_free_ldc: | 1138 | out_free_ldc: |