commit | e419294ed3c98cccc145202e4fe165bfd8099d63 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Sun Oct 12 15:12:34 2008 -0400 |
committer | Robert Richter <robert.richter@amd.com> | Wed Jun 10 22:09:24 2009 +0200 |
tree | 24eced48e81cc31765ac1a3a87eb75bed583e1fc | |
parent | 849620fab413355eff48232eac5a8c53c57615c5 [diff] |
x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init The function arch_perfmon_init() in nmi_int.c is model specific. This patch moves it to op_model_ppro.c by using the init function pointer in struct op_x86_model_spec. Cc: Andi Kleen <ak@linux.intel.com> Signed-off-by: Robert Richter <robert.richter@amd.com>