diff options
Diffstat (limited to 'drivers/oprofile/cpu_buffer.h')
-rw-r--r-- | drivers/oprofile/cpu_buffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/oprofile/cpu_buffer.h b/drivers/oprofile/cpu_buffer.h index cd28abc06960..65b763ad72da 100644 --- a/drivers/oprofile/cpu_buffer.h +++ b/drivers/oprofile/cpu_buffer.h | |||
@@ -40,8 +40,6 @@ struct op_entry { | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | struct oprofile_cpu_buffer { | 42 | struct oprofile_cpu_buffer { |
43 | volatile unsigned long head_pos; | ||
44 | volatile unsigned long tail_pos; | ||
45 | unsigned long buffer_size; | 43 | unsigned long buffer_size; |
46 | struct task_struct *last_task; | 44 | struct task_struct *last_task; |
47 | int last_is_kernel; | 45 | int last_is_kernel; |