diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-30 12:19:41 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-30 12:28:50 +0200 |
commit | 0d15504f16f68725e4635aa85411015d1c573b0a (patch) | |
tree | 748d75062849f1c3ada597715ea4125063c57c48 /arch/x86/oprofile/op_x86_model.h | |
parent | 59293c8ad54726150cf6178164311b004d615ce4 (diff) | |
parent | f78e80209cf143be49f268c340431ae9fa3abb74 (diff) | |
download | talos-op-linux-0d15504f16f68725e4635aa85411015d1c573b0a.tar.gz talos-op-linux-0d15504f16f68725e4635aa85411015d1c573b0a.zip |
Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into oprofile
Conflicts:
arch/x86/oprofile/nmi_int.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/oprofile/op_x86_model.h')
-rw-r--r-- | arch/x86/oprofile/op_x86_model.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/oprofile/op_x86_model.h b/arch/x86/oprofile/op_x86_model.h index e07ba1076371..05a0261ba0c3 100644 --- a/arch/x86/oprofile/op_x86_model.h +++ b/arch/x86/oprofile/op_x86_model.h @@ -19,7 +19,6 @@ struct op_saved_msr { struct op_msr { unsigned long addr; struct op_saved_msr saved; - struct op_saved_msr multiplex; }; struct op_msrs { @@ -35,8 +34,6 @@ struct pt_regs; struct op_x86_model_spec { int (*init)(struct oprofile_operations *ops); void (*exit)(void); - unsigned int const num_hardware_counters; - unsigned int const num_hardware_controls; unsigned int const num_counters; unsigned int const num_controls; void (*fill_in_addresses)(struct op_msrs * const msrs); |