commit | d951734654f76a370a89b4e531af9b765bd13541 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Feb 20 23:32:28 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Feb 21 00:09:44 2009 +0100 |
tree | fff6f0097d2ddd5b8f533f5e48a7978a5f9c5257 | |
parent | c3731c68668325abddee8665018c74c7156a57be [diff] |
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 <torvalds@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>