Home
last modified time | relevance | path

Searched hist:aa709f3bc92c6daaf177cd7e3446da2ef64426c6 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/mm/
H A Dnuma.cdiff aa709f3bc92c6daaf177cd7e3446da2ef64426c6 Thu Jul 05 18:30:33 CEST 2012 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc/numa: Avoid stupid uninitialized warning from gcc

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>