[POWERPC] Remove unused __max_memory variable
authorOlof Johansson <olof@lixom.net>
Mon, 7 Apr 2008 15:33:07 +0000 (01:33 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 18 Apr 2008 05:37:11 +0000 (15:37 +1000)
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>
arch/powerpc/mm/init_64.c

index 9ea65d9..698bd00 100644 (file)
@@ -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)