[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] PV-on-HVM driver for IPF
Doi.Tsunehisa@xxxxxxxxxxxxxx wrote: > You (alex.williamson) said: >> On Sat, 2006-08-26 at 14:45 +0900, 絎箙 wrote: >>> >>> - /* Copy existing grant table shared into new page */ >>> + /* Copy existing grant table new page */ >>> if (o_grant_shared) { >>> memcpy((void *)d->grant_table->shared, >>> (void *)o_grant_shared, PAGE_SIZE * nr_frames); >> The existing comment seems to make more sense here. Should it be >> "Copy existing grant table into new page"? > > Thank you. I'll modify it. I'll post new fix-comment.patch2. Thanks, - Tsunehisa Doi Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@xxxxxxxxxxxxxx> Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> diff -r 3e0685ecfe64 xen/arch/ia64/vmx/vmx_hypercall.c --- a/xen/arch/ia64/vmx/vmx_hypercall.c Fri Aug 25 16:21:39 2006 -0600 +++ b/xen/arch/ia64/vmx/vmx_hypercall.c Mon Aug 28 09:08:38 2006 +0900 @@ -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 info new page */ if (o_grant_shared) { memcpy((void *)d->grant_table->shared, (void *)o_grant_shared, PAGE_SIZE * nr_frames); _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |