[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] add GNTTABOP_copy to xencommize_grant_table_op
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 1ec09a35d13d4bb122c71eaa7d1b52edfd512252 # Parent 5f077cd6f58cc466d0ed3845955a2084fb348a33 [IA64] add GNTTABOP_copy to xencommize_grant_table_op This is used w/ xennet.rx_copy Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c | 1 + 1 files changed, 1 insertion(+) diff -r 5f077cd6f58c -r 1ec09a35d13d linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c Tue Oct 03 08:59:22 2006 -0600 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/xcom_hcall.c Tue Oct 03 14:46:10 2006 -0600 @@ -117,6 +117,7 @@ xencommize_grant_table_op(unsigned int c } case GNTTABOP_dump_table: case GNTTABOP_transfer: + case GNTTABOP_copy: break; default: printk("%s: unknown grant table op %d\n", __func__, cmd); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |