aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/perf
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2016-08-17 19:14:20 +0200
committerThomas Gleixner <tglx@linutronix.de>2016-09-02 20:05:06 +0200
commit6e103c0cfeb9ab8d40822a015da9769595096411 (patch)
treef06994c1d848a44a7253e07b9a3b2d6f1247013e /include/linux/perf
parentcpu/hotplug: Add multi instance support (diff)
downloadwireguard-linux-6e103c0cfeb9ab8d40822a015da9769595096411.tar.xz
wireguard-linux-6e103c0cfeb9ab8d40822a015da9769595096411.zip
arm/perf: Use multi instance instead of custom list
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Will Deacon <will.deacon@arm.com> Cc: rt@linutronix.de Link: http://lkml.kernel.org/r/20160817171420.sdwk2qivxunzryz4@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/perf')
-rw-r--r--include/linux/perf/arm_pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf/arm_pmu.h b/include/linux/perf/arm_pmu.h
index e18843809eec..4ad1b408c0bb 100644
--- a/include/linux/perf/arm_pmu.h
+++ b/include/linux/perf/arm_pmu.h
@@ -109,7 +109,7 @@ struct arm_pmu {
DECLARE_BITMAP(pmceid_bitmap, ARMV8_PMUV3_MAX_COMMON_EVENTS);
struct platform_device *plat_device;
struct pmu_hw_events __percpu *hw_events;
- struct list_head entry;
+ struct hlist_node node;
struct notifier_block cpu_pm_nb;
};