commit | aa709f3bc92c6daaf177cd7e3446da2ef64426c6 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jul 05 16:30:33 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 10 19:16:23 2012 +1000 |
tree | 70dfc7f1a3524e54d1c4521fcee476a41659c417 | |
parent | 21b2de341270bd7bb7a811027ffe63276d9b3b75 [diff] |
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>