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:
@@ -37,7 +37,6 @@ struct op_x86_model_spec {
|
||||
unsigned int num_counters;
|
||||
unsigned int num_controls;
|
||||
unsigned int num_virt_counters;
|
||||
unsigned int num_virt_controls;
|
||||
u64 reserved;
|
||||
u16 event_mask;
|
||||
int (*init)(struct oprofile_operations *ops);
|
||||
|
Reference in New Issue
Block a user