[PATCH] powerpc: fix two build warnings
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Dec 2005 21:45:27 +0000 (22:45 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:14:14 +0000 (15:14 +1100)
commit021c73354921a315ae2fceb1ad7807d1569a5a74
tree35451e7108516ed2746a75a230381d7ab44abcc9
parent42650d8c9060a2658a79d4e30a5790b23d7753e0
[PATCH] powerpc: fix two build warnings

Building the arch/powerpc tree currently gives me
two warnings with gcc-4.0:

arch/powerpc/mm/imalloc.c: In function '__im_get_area':
arch/powerpc/mm/imalloc.c:225: warning: 'tmp' may be used uninitialized in this function
arch/powerpc/mm/hugetlbpage.c: In function 'hugetlb_get_unmapped_area':
arch/powerpc/mm/hugetlbpage.c:608: warning: unused variable 'vma'

both fixes are trivial.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hugetlbpage.c
arch/powerpc/mm/imalloc.c
This page took 0.026225 seconds and 5 git commands to generate.