Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Michel, On Thu, 8 Nov 2012 20:30:47 -0800 Michel Lespinasse wrote: > > commit 1c98949798ce7a1d4a910775623e1830cf88a92c > Author: Michel Lespinasse > Date: Thu Nov 8 20:26:34 2012 -0800 > > fix mm: use vm_unmapped_area() on sparc32 architecture > > diff --git

Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-11 Thread Stephen Rothwell
Hi Michel, On Thu, 8 Nov 2012 20:30:47 -0800 Michel Lespinasse wal...@google.com wrote: commit 1c98949798ce7a1d4a910775623e1830cf88a92c Author: Michel Lespinasse wal...@google.com Date: Thu Nov 8 20:26:34 2012 -0800 fix mm: use vm_unmapped_area() on sparc32 architecture diff --git

Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-08 Thread Michel Lespinasse
On Fri, Nov 09, 2012 at 03:19:03PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (arm defconfig) > produced this warning: > > arch/arm/mm/mmap.c: In function 'arch_get_unmapped_area': > arch/arm/mm/mmap.c:60:16: warning: unused variable

linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-08 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (arm defconfig) produced this warning: arch/arm/mm/mmap.c: In function 'arch_get_unmapped_area': arch/arm/mm/mmap.c:60:16: warning: unused variable 'start_addr' [-Wunused-variable] Introduced by commit "mm: use vm_unmapped_area()

linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-08 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (arm defconfig) produced this warning: arch/arm/mm/mmap.c: In function 'arch_get_unmapped_area': arch/arm/mm/mmap.c:60:16: warning: unused variable 'start_addr' [-Wunused-variable] Introduced by commit mm: use vm_unmapped_area() on

Re: linux-next: build warning after merge of the final tree (akpm tree related)

2012-11-08 Thread Michel Lespinasse
On Fri, Nov 09, 2012 at 03:19:03PM +1100, Stephen Rothwell wrote: Hi all, After merging the final tree, today's linux-next build (arm defconfig) produced this warning: arch/arm/mm/mmap.c: In function 'arch_get_unmapped_area': arch/arm/mm/mmap.c:60:16: warning: unused variable 'start_addr'