Commit 49a99978 authored by Olof Johansson's avatar Olof Johansson Committed by Paul Mackerras

[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: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 1af9fa89
...@@ -72,9 +72,6 @@ ...@@ -72,9 +72,6 @@
#warning TASK_SIZE is smaller than it needs to be. #warning TASK_SIZE is smaller than it needs to be.
#endif #endif
/* max amount of RAM to use */
unsigned long __max_memory;
phys_addr_t memstart_addr; phys_addr_t memstart_addr;
void free_initmem(void) void free_initmem(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment