From: Olof Johansson Date: Mon, 7 Apr 2008 15:33:07 +0000 (+1000) Subject: [POWERPC] Remove unused __max_memory variable X-Git-Tag: v2.6.26-rc1~1125^2~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=49a99978849e86541c3bb789788f7f874a841935;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index 9ea65d97868..698bd000f98 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)