projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af9fa8
)
[POWERPC] Remove unused __max_memory variable
author
Olof Johansson
<olof@lixom.net>
Mon, 7 Apr 2008 15:33:07 +0000
(
01:33
+1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/mm/init_64.c
b/arch/powerpc/mm/init_64.c
index
9ea65d9
..
698bd00
100644
(file)
--- 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)