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)
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

Simple merge