Hollis Blanchard
2006-Aug-07 22:51 UTC
[Xen-devel] [PATCH] [XEN] Remove redundant redeclaration of ''machine_restart''
# HG changeset patch
# User Hollis Blanchard <hollisb@us.ibm.com>
# Date 1154990956 18000
# Node ID 058f2e27476d686538de2671f57c1ded5c693b47
# Parent 4196687234c530a11d26a199f1479bc07e08248f
[XEN] Remove redundant redeclaration of ''machine_restart''.
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
diff -r 4196687234c5 -r 058f2e27476d xen/drivers/char/console.c
--- a/xen/drivers/char/console.c Mon Aug 07 17:36:58 2006 -0500
+++ b/xen/drivers/char/console.c Mon Aug 07 17:49:16 2006 -0500
@@ -716,8 +716,7 @@ void panic(const char *fmt, ...)
char buf[128];
unsigned long flags;
static DEFINE_SPINLOCK(lock);
- extern void machine_restart(char *);
-
+
debugtrace_dump();
va_start(args, fmt);
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [patch] call out to arch code to deliver timer interrupts
- [patch] testing needed: "xenif" dom0_ops
- [PATCH] ia64/xen: implement the arch specific part of xencomm.
- [PATCH] ia64/xen: implement the arch specific part of xencomm.
- [patch] IO-APIC in drivers/pci/quirks.c
