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
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
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
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
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
5 matches
Mail list logo