Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information