From: Ingo Molnar Date: Fri, 20 Feb 2009 22:32:28 +0000 (+0100) Subject: x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX X-Git-Tag: v2.6.30-rc3~72^2~48^5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d951734654f76a370a89b4e531af9b765bd13541;p=pandora-kernel.git x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX Impact: cleanup Rename TASK_SIZE64 to TASK_SIZE_MAX, and provide the define on 32-bit too. (mapped to TASK_SIZE) This allows 32-bit code to make use of the (former-) TASK_SIZE64 symbol as well, in a clean way. Cc: Linus Torvalds Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed