powerpc/numa: Avoid stupid uninitialized warning from gcc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Jul 2012 16:30:33 +0000 (16:30 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:16:23 +0000 (19:16 +1000)
Newer gcc are being a bit blind here (it's pretty obvious we don't
reach the code path using the array if we haven't initialized the
pointer) but none of that is performance critical so let's just
silence it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found