|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] linux: fix a compiler warning
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
Index: head-2007-03-19/drivers/xen/core/machine_reboot.c
===================================================================
--- head-2007-03-19.orig/drivers/xen/core/machine_reboot.c 2007-03-19
15:26:06.000000000 +0100
+++ head-2007-03-19/drivers/xen/core/machine_reboot.c 2007-03-21
15:35:49.000000000 +0100
@@ -123,7 +123,7 @@ static void post_suspend(int suspend_can
static int take_machine_down(void *p_fast_suspend)
{
int fast_suspend = *(int *)p_fast_suspend;
- int suspend_cancelled, err, cpu;
+ int suspend_cancelled, err;
extern void time_resume(void);
if (fast_suspend) {
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] linux: fix a compiler warning,
Jan Beulich <=
|
|
|
|
|