commit | f8bbfd7d28303967ca4e8597de9bdc9bf8b197e7 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Thu Feb 23 17:07:06 2012 +0100 |
committer | Robert Richter <robert.richter@amd.com> | Fri Jun 22 16:31:20 2012 +0200 |
tree | 4adbc6e80a52d85b96509bee1778349c71e3c8a6 | |
parent | e734568b675c985db2026848fefaac01c22977a5 [diff] |
oprofile, perf: Use per-cpu framework This changes oprofile_perf.c to use the per-cpu framework. Using the per-cpu framework should avoid error like the following: arch/arm/oprofile/../../../drivers/oprofile/oprofile_perf.c:28:28: error: variably modified 'perf_events' at file scope Reported-by: William Cohen <wcohen@redhat.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Robert Richter <robert.richter@amd.com>