[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] xen: aarch64: is this just typo?
 
 
 
2013 12/4 5:52ï"Ian Campbell" <Ian.Campbell@xxxxxxxxxx>ï 
> 
> 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. 
> 
hi Ian 
I will submit a more formal patch next timeïbut not this time.. 
and this is really trivial patchïjust feel free to commit 
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
 
 
    
     |