提交 0dc8335a 编写于 作者: R Robert Richter

oprofile: remove irq_flags in struct op_entry

This became obsolete with this commit:

 304cc6ae ring_buffer: remove unused flags parameter, fix
Signed-off-by: NRobert Richter <robert.richter@amd.com>
上级 06552ccc
...@@ -171,7 +171,6 @@ struct op_sample; ...@@ -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;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册