diff options
| author | 2010-02-27 16:18:46 +0100 | |
|---|---|---|
| committer | 2010-02-27 16:18:46 +0100 | |
| commit | 018cbffe6819f6f8db20a0a3acd9bab9bfd667e4 (patch) | |
| tree | fadde2521591998dc653fa094c636e8a547e620d /include/linux/perf_event.h | |
| parent | perf_event, amd: Fix spinlock initialization (diff) | |
| parent | Linux 2.6.33 (diff) | |
| download | linux-dev-018cbffe6819f6f8db20a0a3acd9bab9bfd667e4.tar.xz linux-dev-018cbffe6819f6f8db20a0a3acd9bab9bfd667e4.zip | |
Merge commit 'v2.6.33' into perf/core
Merge reason:
__percpu annotations need the corresponding sparse address
space definition upstream.
Conflicts:
tools/perf/util/probe-event.c (trivial)
Diffstat (limited to 'include/linux/perf_event.h')
| -rw-r--r-- | include/linux/perf_event.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index d0e072c5b58a..7b18b4fd5df7 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -211,11 +211,9 @@ struct perf_event_attr { __u32 wakeup_watermark; /* bytes before wakeup */ }; - __u32 __reserved_2; - - __u64 bp_addr; __u32 bp_type; - __u32 bp_len; + __u64 bp_addr; + __u64 bp_len; }; /* |
