oprofile: remove irq_flags in struct op_entry
authorRobert Richter <robert.richter@amd.com>
Thu, 7 May 2009 13:09:33 +0000 (15:09 +0200)
committerRobert Richter <robert.richter@amd.com>
Thu, 11 Jun 2009 14:10:11 +0000 (16:10 +0200)
This became obsolete with this commit:

 304cc6a ring_buffer: remove unused flags parameter, fix

Signed-off-by: Robert Richter <robert.richter@amd.com>
include/linux/oprofile.h

index 1d9518b..dbbe2db 100644 (file)
@@ -171,7 +171,6 @@ struct op_sample;
 struct op_entry {
        struct ring_buffer_event *event;
        struct op_sample *sample;
-       unsigned long irq_flags;
        unsigned long size;
        unsigned long *data;
 };