[PATCH] powerpc: Remove calculation of io hole
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 21 Mar 2006 09:46:11 +0000 (20:46 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Mar 2006 04:04:30 +0000 (15:04 +1100)
In mm_init_ppc64() we calculate the location of the "IO hole", but then
no one ever looks at the value. So don't bother.

That's actually all mm_init_ppc64() does, so get rid of it too.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found