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

[Xen-changelog] [linux-2.6.18-xen] [IA64] xencomm support for GNTTABOP_unmap_and_replace



# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1181684526 21600
# Node ID 114cdf08dfb340c581e84b22d534f4ba197769cd
# Parent  02504657d9fc0911bb248ae64e02e79dd2fa5673
[IA64] xencomm support for GNTTABOP_unmap_and_replace

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 arch/ia64/xen/xcom_hcall.c |    1 +
 arch/ia64/xen/xcom_mini.c  |    3 +++
 2 files changed, 4 insertions(+)

diff -r 02504657d9fc -r 114cdf08dfb3 arch/ia64/xen/xcom_hcall.c
--- a/arch/ia64/xen/xcom_hcall.c        Tue Jun 12 15:41:21 2007 -0600
+++ b/arch/ia64/xen/xcom_hcall.c        Tue Jun 12 15:42:06 2007 -0600
@@ -105,6 +105,7 @@ xencommize_grant_table_op(unsigned int c
        switch (cmd) {
        case GNTTABOP_map_grant_ref:
        case GNTTABOP_unmap_grant_ref:
+       case GNTTABOP_unmap_and_replace:
                break;
        case GNTTABOP_setup_table:
        {
diff -r 02504657d9fc -r 114cdf08dfb3 arch/ia64/xen/xcom_mini.c
--- a/arch/ia64/xen/xcom_mini.c Tue Jun 12 15:41:21 2007 -0600
+++ b/arch/ia64/xen/xcom_mini.c Tue Jun 12 15:42:06 2007 -0600
@@ -70,6 +70,9 @@ xencommize_mini_grant_table_op(struct xe
        case GNTTABOP_unmap_grant_ref:
                argsize = sizeof(struct gnttab_unmap_grant_ref);
                break;
+       case GNTTABOP_unmap_and_replace:
+               argsize = sizeof(struct gnttab_unmap_and_replace);
+               break;
        case GNTTABOP_setup_table:
        {
                struct gnttab_setup_table *setup = op;

_______________________________________________
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®.