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>
This commit is contained in:
Ingo Molnar
2009-11-04 11:54:15 +01:00
710 changed files with 20571 additions and 7304 deletions

View File

@@ -472,8 +472,8 @@ struct hw_perf_event {
unsigned long event_base;
int idx;
};
union { /* software */
atomic64_t count;
struct { /* software */
s64 remaining;
struct hrtimer hrtimer;
};
};