[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xen: aarch64: is this just typo?
On Wed, 2013-12-04 at 14:43 +0800, Dennis Lan (dlan) wrote: > run through the code, and found this, possible this is just a typo > (copy and paste)? > just wondering... Yes, I think it is. Well spotted. http://wiki.xen.org/wiki/Submitting_Xen_Patches describes how to submit a patch to Xen. Given this is so trivial however if you just provide me with your Signed-off-by in this thread I'll throw a commit message on it and check it in. Thanks. > > diff --git a/xen/arch/arm/mm.c b/xen/arch/arm/mm.c > index 2de7dc7..7010ff5 100644 > --- a/xen/arch/arm/mm.c > +++ b/xen/arch/arm/mm.c > @@ -470,7 +470,7 @@ void __init setup_pagetables(unsigned long > boot_phys_offset, paddr_t xen_paddr) > memset(boot_pgtable, 0x0, PAGE_SIZE); > flush_xen_dcache(boot_pgtable); > #ifdef CONFIG_ARM_64 > - memset(boot_pgtable, 0x0, PAGE_SIZE); > + memset(boot_first, 0x0, PAGE_SIZE); > flush_xen_dcache(boot_first); > #endif > memset(boot_second, 0x0, PAGE_SIZE); > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |