oprofile: remove unused components in struct oprofile_cpu_buffer

Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Robert Richter
2008-12-24 15:42:58 +01:00
parent dbe6e2835e
commit 8d15df84a4
2 changed files with 0 additions and 4 deletions

View File

@@ -97,8 +97,6 @@ int alloc_cpu_buffers(void)
b->last_is_kernel = -1;
b->tracing = 0;
b->buffer_size = buffer_size;
b->tail_pos = 0;
b->head_pos = 0;
b->sample_received = 0;
b->sample_lost_overflow = 0;
b->backtrace_aborted = 0;