diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-11-04 05:54:15 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-04 05:59:45 -0500 |
commit | a2e71271535fde493c32803b1f34789f97efcb5e (patch) | |
tree | 90d7139bea2f49e947f27af92614fa6eca50b64d /include/linux/perf_event.h | |
parent | 6d7aa9d721c8c640066142fd9534afcdf68d7f9d (diff) | |
parent | b419148e567728f6af0c3b01965c1cc141e3e13a (diff) |
Merge commit 'v2.6.32-rc6' into perf/core
Conflicts:
tools/perf/Makefile
Merge reason: Resolve the conflict, merge to upstream and merge in
perf fixes so we can add a dependent patch.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index df9d964c15fc..45b56faf5cdc 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -472,8 +472,8 @@ struct hw_perf_event { | |||
472 | unsigned long event_base; | 472 | unsigned long event_base; |
473 | int idx; | 473 | int idx; |
474 | }; | 474 | }; |
475 | union { /* software */ | 475 | struct { /* software */ |
476 | atomic64_t count; | 476 | s64 remaining; |
477 | struct hrtimer hrtimer; | 477 | struct hrtimer hrtimer; |
478 | }; | 478 | }; |
479 | }; | 479 | }; |