Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128207
b: refs/heads/master
c: 8d15df8
h: refs/heads/master
i:
  128205: daf7a92
  128203: a6d87b6
  128199: 4bf0c1e
  128191: 07381f3
v: v3
  • Loading branch information
Robert Richter committed Jan 7, 2009
1 parent ed126f0 commit 765258a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbe6e2835e32461e7d592077947081c32f3da1d5
refs/heads/master: 8d15df84a42b140a8262a325b987a283ef9f5f63
2 changes: 0 additions & 2 deletions trunk/drivers/oprofile/cpu_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/oprofile/cpu_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 765258a

Please sign in to comment.