[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Grantcopy added to xcom_mini for netback module
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID be0d68a027fbb0e533b4ec0aa71bc6c1b469a974 # Parent 3ef3ac573a9a81e38bd96b653501c138e83d2b19 [IA64] Grantcopy added to xcom_mini for netback module This patch adds grantcopy to xcom_mini allowing netback to work as a module. Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@xxxxxxxxxxxxxx> Signed-off-by: Naoki Takayama <takayama.naoki@xxxxxxxxxxxxxx> Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> --- linux-2.6-xen-sparse/arch/ia64/xen/xcom_mini.c | 3 +++ 1 files changed, 3 insertions(+) diff -r 3ef3ac573a9a -r be0d68a027fb linux-2.6-xen-sparse/arch/ia64/xen/xcom_mini.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/xcom_mini.c Mon Nov 20 10:06:18 2006 -0700 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/xcom_mini.c Mon Nov 20 10:10:28 2006 -0700 @@ -93,6 +93,9 @@ xencommize_mini_grant_table_op(struct xe case GNTTABOP_transfer: argsize = sizeof(struct gnttab_transfer); break; + case GNTTABOP_copy: + argsize = sizeof(struct gnttab_copy); + break; default: printk("%s: unknown mini grant table op %d\n", __func__, cmd); BUG(); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |