|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEN][POWERPC] remove redundant and confu
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Date 1169383655 18000
# Node ID 88ae0647d542761848365b4af6b58bce4e4c03f6
# Parent 3dd92f0d8fd6bd68d1fbbe11bdeb5ec8a5d5cedb
[XEN][POWERPC] remove redundant and confusing restart/halt messages
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
xen/arch/powerpc/domain.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff -r 3dd92f0d8fd6 -r 88ae0647d542 xen/arch/powerpc/domain.c
--- a/xen/arch/powerpc/domain.c Sat Jan 20 19:05:18 2007 -0500
+++ b/xen/arch/powerpc/domain.c Sun Jan 21 07:47:35 2007 -0500
@@ -105,13 +105,13 @@ void arch_domain_destroy(struct domain *
static void machine_fail(const char *s)
{
- printk("%s failed, manual powercycle required!\n", s);
+ printk("%s failed, manual powercycle required!\n"
+ " spinning....\n", s);
for (;;)
sleep();
}
void machine_halt(void)
{
- printk("machine_halt called: spinning....\n");
console_start_sync();
printk("%s called\n", __func__);
rtas_halt();
@@ -121,7 +121,6 @@ void machine_halt(void)
void machine_restart(char * __unused)
{
- printk("machine_restart called: spinning....\n");
console_start_sync();
printk("%s called\n", __func__);
rtas_reboot();
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [XEN][POWERPC] remove redundant and confusing restart/halt messages,
Xen patchbot-unstable <=
|
|
|
|
|