From: Benjamin Herrenschmidt Date: Thu, 5 Jul 2012 16:30:33 +0000 (+0000) Subject: powerpc/numa: Avoid stupid uninitialized warning from gcc X-Git-Tag: v3.5-rc7~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa709f3bc92c6daaf177cd7e3446da2ef64426c6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed