oprofile: remove irq_flags in struct op_entry
This became obsolete with this commit:
304cc6a ring_buffer: remove unused flags parameter, fix
Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
@@ -171,7 +171,6 @@ struct op_sample;
|
|||||||
struct op_entry {
|
struct op_entry {
|
||||||
struct ring_buffer_event *event;
|
struct ring_buffer_event *event;
|
||||||
struct op_sample *sample;
|
struct op_sample *sample;
|
||||||
unsigned long irq_flags;
|
|
||||||
unsigned long size;
|
unsigned long size;
|
||||||
unsigned long *data;
|
unsigned long *data;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user