[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Fix comment of vmx_hypercall.c
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 1317833f657b6f692c1b7e7e54c7f89266f61937 # Parent a19dbbe4cff5c13097c6dfd364173b17063fea02 [IA64] Fix comment of vmx_hypercall.c Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@xxxxxxxxxxxxxx> Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> --- xen/arch/ia64/vmx/vmx_hypercall.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r a19dbbe4cff5 -r 1317833f657b xen/arch/ia64/vmx/vmx_hypercall.c --- a/xen/arch/ia64/vmx/vmx_hypercall.c Mon Aug 28 13:11:17 2006 -0600 +++ b/xen/arch/ia64/vmx/vmx_hypercall.c Mon Aug 28 13:12:42 2006 -0600 @@ -75,7 +75,7 @@ vmx_gnttab_setup_table(unsigned long fra o_grant_shared = (unsigned long)d->grant_table->shared; d->grant_table->shared = (struct grant_entry *)pgaddr; - /* Copy existing grant table shared into new page */ + /* Copy existing grant table into new page */ if (o_grant_shared) { memcpy((void *)d->grant_table->shared, (void *)o_grant_shared, PAGE_SIZE * nr_frames); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |