summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
diff options
context:
space:
mode:
authorOlof Johansson2008-04-07 17:33:07 +0200
committerPaul Mackerras2008-04-18 07:37:11 +0200
commit49a99978849e86541c3bb789788f7f874a841935 (patch)
tree2157d892804cde0a0c1b03e7d5f10d5b7ad3c3e4 /arch/powerpc/mm
parent[POWERPC] Simplify xics direct/lpar irq_host setup (diff)
downloadkernel-qcow2-linux-49a99978849e86541c3bb789788f7f874a841935.tar.gz
kernel-qcow2-linux-49a99978849e86541c3bb789788f7f874a841935.tar.xz
kernel-qcow2-linux-49a99978849e86541c3bb789788f7f874a841935.zip
[POWERPC] Remove unused __max_memory variable
Remove the __max_memory variable, as it is not referenced anywhere in the tree besides some code in arch/ppc. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r--arch/powerpc/mm/init_64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c
index 9ea65d978685..698bd000f98b 100644
--- a/arch/powerpc/mm/init_64.c
+++ b/arch/powerpc/mm/init_64.c
@@ -72,9 +72,6 @@
#warning TASK_SIZE is smaller than it needs to be.
#endif
-/* max amount of RAM to use */
-unsigned long __max_memory;
-
phys_addr_t memstart_addr;
void free_initmem(void)