WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [linux-ppc-2.6] [POWERPC] remove fucntions obsoleted by reboot.

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [linux-ppc-2.6] [POWERPC] remove fucntions obsoleted by reboot.c
From: Xen patchbot-linux-ppc-2.6 <patchbot-linux-ppc-2.6@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Aug 2006 21:22:33 +0000
Delivery-date: Thu, 10 Aug 2006 14:29:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [linux-ppc-2.6] [POWERPC] remove fucntions obsoleted by reboot.c, Xen patchbot-linux-ppc-2 . 6 <=