[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] Fixes for dom0_ops changes



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 40f6fdb68fa92e78d2a1c619e5fcc6723f68827b
# Parent  c4ea8d4d2ae1913fb66dc61a5ec78e6dcd101262
[IA64] Fixes for dom0_ops changes

Fix typo and update op names

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/domain.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -r c4ea8d4d2ae1 -r 40f6fdb68fa9 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Sun Aug 27 10:24:41 2006 -0600
+++ b/xen/arch/ia64/xen/domain.c        Sun Aug 27 10:25:39 2006 -0600
@@ -615,7 +615,7 @@ domain_set_shared_info_va (unsigned long
 /* Transfer and clear the shadow bitmap in 1kB chunks for L1 cache. */
 #define SHADOW_COPY_CHUNK (1024 / sizeof (unsigned long))
 
-int shadow_mode_control(struct domain *d, xen_domctl_shadow_ops_t *sc)
+int shadow_mode_control(struct domain *d, xen_domctl_shadow_op_t *sc)
 {
        unsigned int op = sc->op;
        int          rc = 0;
@@ -740,10 +740,10 @@ int shadow_mode_control(struct domain *d
                }
                break;
        }
-       case DOM0_SHADOW_CONTROL_OP_GET_ALLOCATION:
+       case XEN_DOMCTL_SHADOW_OP_GET_ALLOCATION:
                sc->mb = 0;
                break;
-       case DOM0_SHADOW_CONTROL_OP_SET_ALLOCATION:
+       case XEN_DOMCTL_SHADOW_OP_SET_ALLOCATION:
                if (sc->mb > 0) {
                        BUG();
                        rc = -ENOMEM;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.