commit | f8642ebee8e46d054d83828a4048fba4ebcd8f68 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Mar 21 20:46:11 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Wed Mar 22 15:04:30 2006 +1100 |
tree | 98dba337c34de68e2b319d03f8c41c7c47807ae8 | |
parent | 6c600ad8da189aebe65b765fd0349ef6c9dd8c1f [diff] |
[PATCH] powerpc: Remove calculation of io hole 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>