Re: [PATCH v6 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-02-16 Thread Nicolas Pitre
On Sat, 16 Feb 2013, Russell King - ARM Linux wrote: > On Sat, Feb 16, 2013 at 12:49:08PM +, Arnd Bergmann wrote: > > 8<- > > ARM: mm: remove unused variables in pci_reserve_io > > > > Patch "ARM: 7646/1: mm: use static_vm for managing static mapped areas" > > removed code from pci_reserv

Re: [PATCH v6 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-02-16 Thread Nicolas Pitre
On Sat, 16 Feb 2013, Arnd Bergmann wrote: > On Wednesday 06 February 2013, Joonsoo Kim wrote: > > @@ -859,17 +864,12 @@ static void __init pci_reserve_io(void) > > { > > struct vm_struct *vm; > > unsigned long addr; > > + struct static_vm *svm; > > > > - /* we're still single thread

Re: [PATCH v6 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-02-16 Thread Arnd Bergmann
On Saturday 16 February 2013, Russell King - ARM Linux wrote: > I already have such a patch in my tree - may not have pushed it out > as I've been ill (and am still recovering.) Ok, thanks for the quick confirmation! Get well soon, Arnd -- To unsubscribe from this list: send the line "un

Re: [PATCH v6 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-02-16 Thread Russell King - ARM Linux
On Sat, Feb 16, 2013 at 12:49:08PM +, Arnd Bergmann wrote: > 8<- > ARM: mm: remove unused variables in pci_reserve_io > > Patch "ARM: 7646/1: mm: use static_vm for managing static mapped areas" > removed code from pci_reserve_io but left variable declarations > in place that are now unused

Re: [PATCH v6 3/3] ARM: mm: use static_vm for managing static mapped areas

2013-02-16 Thread Arnd Bergmann
On Wednesday 06 February 2013, Joonsoo Kim wrote: > @@ -859,17 +864,12 @@ static void __init pci_reserve_io(void) > { > struct vm_struct *vm; > unsigned long addr; > + struct static_vm *svm; > > - /* we're still single threaded hence no lock needed here */ > - for (vm = v