aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/cpu_buffer.h
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2008-12-24 15:42:58 +0100
committerRobert Richter <robert.richter@amd.com>2009-01-07 17:06:00 +0100
commit8d15df84a42b140a8262a325b987a283ef9f5f63 (patch)
treefdddf392dee4a9674138753004fd00637f6f5bcc /drivers/oprofile/cpu_buffer.h
parentdbe6e2835e32461e7d592077947081c32f3da1d5 (diff)
downloadkernel_samsung_smdk4412-8d15df84a42b140a8262a325b987a283ef9f5f63.zip
kernel_samsung_smdk4412-8d15df84a42b140a8262a325b987a283ef9f5f63.tar.gz
kernel_samsung_smdk4412-8d15df84a42b140a8262a325b987a283ef9f5f63.tar.bz2
oprofile: remove unused components in struct oprofile_cpu_buffer
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'drivers/oprofile/cpu_buffer.h')
-rw-r--r--drivers/oprofile/cpu_buffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/oprofile/cpu_buffer.h b/drivers/oprofile/cpu_buffer.h
index cd28abc0..65b763a 100644
--- a/drivers/oprofile/cpu_buffer.h
+++ b/drivers/oprofile/cpu_buffer.h
@@ -40,8 +40,6 @@ struct op_entry {
};
struct oprofile_cpu_buffer {
- volatile unsigned long head_pos;
- volatile unsigned long tail_pos;
unsigned long buffer_size;
struct task_struct *last_task;
int last_is_kernel;