x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
The member num_virt_controls of struct op_x86_model_spec is not used. This patch removes it. Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
@ -207,7 +207,6 @@ struct op_x86_model_spec op_ppro_spec = {
|
||||
.num_counters = 2,
|
||||
.num_controls = 2,
|
||||
.num_virt_counters = 2,
|
||||
.num_virt_controls = 2,
|
||||
.reserved = MSR_PPRO_EVENTSEL_RESERVED,
|
||||
.fill_in_addresses = &ppro_fill_in_addresses,
|
||||
.setup_ctrs = &ppro_setup_ctrs,
|
||||
|
Reference in New Issue
Block a user