Skip to content

Commit

Permalink
[IA64] Move perfmon tables from thread_struct to pfm_context
Browse files Browse the repository at this point in the history
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 <eranian@hpl.hp.com>
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Keshavamurthy Anil S authored and Tony Luck committed Sep 26, 2006
1 parent dd562c0 commit 35589a8
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 75 deletions.
Loading

0 comments on commit 35589a8

Please sign in to comment.