powerpc/mm: Avoid avoidable void* pointer
authorMichael Neuling <mikey@neuling.org>
Wed, 17 Nov 2010 18:52:45 +0000 (18:52 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 29 Nov 2010 04:48:23 +0000 (15:48 +1100)
commit0b97fee0ef9b0a0445520f90980410f905c6f9da
tree3c0690bbfd915409f3396d40588eeb2e4584d6b0
parent6f08cb3be6345bc354e48131f7466766db4d355a
powerpc/mm: Avoid avoidable void* pointer

Change pgdir from a void to real type.  Having this as a void is
stupid and has already caused 1 bug.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/hash_utils_64.c