# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 8a5663668eed06e69bf09f67a5d37f6e1d4bbc80
# Parent 914274c1c3c97e6f2cc982ec9de491c6b80604ae
[POWERPC] remove fucntions obsoleted by reboot.c
These useless functions are not used anymore.
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
arch/powerpc/platforms/xen/setup.c | 18 ------------------
1 files changed, 18 deletions(-)
diff -r 914274c1c3c9 -r 8a5663668eed arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c Wed Aug 09 21:32:15 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c Thu Aug 10 15:43:50 2006 -0400
@@ -268,21 +268,6 @@ static int __init xen_probe(void)
return 1;
}
-static void xen_restart(char *cmd)
-{
- for (;;) ;
-}
-
-static void xen_power_off(void)
-{
- for (;;) ;
-}
-
-static void xen_halt(void)
-{
- for (;;) ;
-}
-
static void __init xen_progress(char *s, unsigned short hex)
{
printk("*** %04x : %s\n", hex, s ? s : "");
@@ -312,9 +297,6 @@ define_machine(xen) {
.init_early = xen_init_early,
.init_IRQ = xen_maple_init_IRQ,
.get_irq = xen_get_irq,
- .restart = xen_restart,
- .power_off = xen_power_off,
- .halt = xen_halt,
.get_boot_time = 0,
.set_rtc_time = 0,
.get_rtc_time = 0,
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|