diff options
author | David Smith <dsmith@redhat.com> | 2009-09-25 15:12:10 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-09-25 15:12:10 -0500 |
commit | d4297c65e61849beb0624db72b7f684c298dd74a (patch) | |
tree | 2bfd36ae439a2a0cc50b5358ea51bb7e124891da /runtime/transport | |
parent | 8ff751a496bca1089f297adc0ff5ca65a0e6be24 (diff) | |
download | systemtap-steved-d4297c65e61849beb0624db72b7f684c298dd74a.tar.gz systemtap-steved-d4297c65e61849beb0624db72b7f684c298dd74a.tar.xz systemtap-steved-d4297c65e61849beb0624db72b7f684c298dd74a.zip |
No longer need buffer iterators.
* runtime/tranport/ring_buffer.c: Removed 'USE_ITERS' definition.
Diffstat (limited to 'runtime/transport')
-rw-r--r-- | runtime/transport/ring_buffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/transport/ring_buffer.c b/runtime/transport/ring_buffer.c index 251d6ed9..6c327c01 100644 --- a/runtime/transport/ring_buffer.c +++ b/runtime/transport/ring_buffer.c @@ -4,8 +4,6 @@ #include <linux/poll.h> #include <linux/cpumask.h> -#define USE_ITERS - static DEFINE_PER_CPU(local_t, _stp_cpu_disabled); static inline void _stp_ring_buffer_disable_cpu(void) |