From: Keshavamurthy Anil S Date: Tue, 26 Sep 2006 19:03:13 +0000 (-0700) Subject: [IA64] Move perfmon tables from thread_struct to pfm_context X-Git-Tag: v2.6.19-rc1~901^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35589a8fa8138244e7f2ef9317c440aa580c9335;p=pandora-kernel.git [IA64] Move perfmon tables from thread_struct to pfm_context This patch renders thread_struct->pmcs[] and thread_struct->pmds[] OBSOLETE. The actual table is moved to pfm_context structure which saves space in thread_struct (in turn saving space in task_struct which frees up more space for kernel stacks). Signed-off-by: Stephane Eranian Signed-off-by: Anil S Keshavamurthy Signed-off-by: Tony Luck --- Reading git-diff-tree failed