[IA64] Removed "task_size" element from thread_struct - it is now constant
authorTony Luck <tony.luck@intel.com>
Tue, 1 May 2012 21:41:35 +0000 (14:41 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 16 May 2012 20:55:32 +0000 (13:55 -0700)
commitc7173271f3f63738e7ec5a2f074472c5feed3518
treea5873ddbd898e5061ebb042064bf066d3add31b0
parent36be50515fe2aef61533b516fa2576a2c7fe7664
[IA64] Removed "task_size" element from thread_struct - it is now constant

When the 32-bit compat code was deleted, we should also have removed
the task_size element from the thread structure - threads can only
be 64-bit now, so no need to keep track of how much virtual address
space each task can have ... everyone gets 0xa000000000000000.

Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/processor.h