commit | c7173271f3f63738e7ec5a2f074472c5feed3518 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Tue May 01 14:41:35 2012 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Wed May 16 13:55:32 2012 -0700 |
tree | a5873ddbd898e5061ebb042064bf066d3add31b0 | |
parent | 36be50515fe2aef61533b516fa2576a2c7fe7664 [diff] |
[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>