Revert "Oprofile Multiplexing Patch"

Reverting commit 1a960b402a for the main
branch. Multiplexing will be tracked on a separate feature branch.

Conflicts:

    arch/x86/oprofile/nmi_int.c
This commit is contained in:
Robert Richter
2008-09-24 11:08:52 +02:00
parent 45f197ade7
commit 4c168eaf7e
10 changed files with 45 additions and 247 deletions

View File

@@ -183,8 +183,6 @@ static void ppro_shutdown(struct op_msrs const * const msrs)
struct op_x86_model_spec const op_ppro_spec = {
.num_counters = NUM_COUNTERS,
.num_controls = NUM_CONTROLS,
.num_hardware_counters = NUM_COUNTERS,
.num_hardware_controls = NUM_CONTROLS,
.fill_in_addresses = &ppro_fill_in_addresses,
.setup_ctrs = &ppro_setup_ctrs,
.check_ctrs = &ppro_check_ctrs,