diff options
author | Michael Neuling <mikey@neuling.org> | 2012-06-19 22:01:45 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-06-29 06:35:35 +0200 |
commit | 82b2521d257b5c0efd51821cf5fa306e53bbb6ba (patch) | |
tree | 3a47b50308894b16559384077003a9bc80eb5e61 /include | |
parent | powerpc: Fix BPF_JIT code to link with multiple TOCs (diff) | |
download | linux-82b2521d257b5c0efd51821cf5fa306e53bbb6ba.tar.xz linux-82b2521d257b5c0efd51821cf5fa306e53bbb6ba.zip |
powerpc: Fix uninitialised error in numa.c
chroma_defconfig currently gives me this with gcc 4.6:
arch/powerpc/mm/numa.c:638:13: error: 'dm' may be used uninitialized in this function [-Werror=uninitialized]
It's a bogus warning/error since of_get_drconf_memory() only writes it
anyway.
Signed-off-by: Michael Neuling <mikey@neuling.org>
cc: <stable@kernel.org> [v3.3+]
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions