From: Tony Luck Date: Tue, 1 May 2012 21:41:35 +0000 (-0700) Subject: [IA64] Removed "task_size" element from thread_struct - it is now constant X-Git-Tag: v3.5-rc1~121^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7173271f3f63738e7ec5a2f074472c5feed3518;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed