x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX
authorIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 22:32:28 +0000 (23:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 23:09:44 +0000 (00:09 +0100)
commitd951734654f76a370a89b4e531af9b765bd13541
treefff6f0097d2ddd5b8f533f5e48a7978a5f9c5257
parentc3731c68668325abddee8665018c74c7156a57be
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>
arch/x86/include/asm/processor.h
arch/x86/kernel/ptrace.c
arch/x86/mm/fault.c
arch/x86/vdso/vma.c