|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Trivial fixes for a couple of xenlinux compile warnings.
# HG changeset patch
# User akw27@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 430ce2bade9b996535dc19a3797afd269d5fa878
# Parent 4ec947baae75285fcc7426b3ea618ae764c816e0
Trivial fixes for a couple of xenlinux compile warnings.
Signed-off-by: <andrew.warfield@xxxxxxxxxxxx>
diff -r 4ec947baae75 -r 430ce2bade9b
linux-2.6-xen-sparse/arch/xen/kernel/reboot.c
--- a/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Aug 15 13:16:04 2005
+++ b/linux-2.6-xen-sparse/arch/xen/kernel/reboot.c Mon Aug 15 13:50:39 2005
@@ -15,6 +15,7 @@
#include <asm-xen/linux-public/suspend.h>
#include <asm-xen/queues.h>
#include <asm-xen/xenbus.h>
+#include <asm-xen/ctrl_if.h>
#define SHUTDOWN_INVALID -1
#define SHUTDOWN_POWEROFF 0
diff -r 4ec947baae75 -r 430ce2bade9b
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c
--- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Mon Aug 15
13:16:04 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Mon Aug 15
13:50:39 2005
@@ -386,7 +386,10 @@
mb();
} while (prod != np->tx->resp_prod);
+#ifdef CONFIG_XEN_NETDEV_GRANT_TX
out:
+#endif
+
if (np->tx_full && ((np->tx->req_prod - prod) < NETIF_TX_RING_SIZE)) {
np->tx_full = 0;
if (np->user_state == UST_OPEN)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Trivial fixes for a couple of xenlinux compile warnings.,
Xen patchbot -unstable <=
|
|
|
|
|