[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>
This commit is contained in:
Olof Johansson 2008-04-08 01:33:07 +10:00 committed by Paul Mackerras
parent 1af9fa8994
commit 49a9997884

View 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)