aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/lmb.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2006-03-21 20:46:11 +1100
committerPaul Mackerras <paulus@samba.org>2006-03-22 15:04:30 +1100
commitf8642ebee8e46d054d83828a4048fba4ebcd8f68 (patch)
tree98dba337c34de68e2b319d03f8c41c7c47807ae8 /include/asm-powerpc/lmb.h
parent[PATCH] powerpc: iseries: Add bootargs to /chosen (diff)
downloadlinux-dev-f8642ebee8e46d054d83828a4048fba4ebcd8f68.tar.xz
linux-dev-f8642ebee8e46d054d83828a4048fba4ebcd8f68.zip
[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>
Diffstat (limited to 'include/asm-powerpc/lmb.h')
-rw-r--r--include/asm-powerpc/lmb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/lmb.h b/include/asm-powerpc/lmb.h
index 377ac1b23aa3..0c5880f70225 100644
--- a/include/asm-powerpc/lmb.h
+++ b/include/asm-powerpc/lmb.h
@@ -54,8 +54,6 @@ extern void __init lmb_enforce_memory_limit(unsigned long memory_limit);
extern void lmb_dump_all(void);
-extern unsigned long io_hole_start;
-
static inline unsigned long
lmb_size_bytes(struct lmb_region *type, unsigned long region_nr)
{