]> Git Repo - linux.git/commit
arm_pmu: add armpmu_alloc_atomic()
authorMark Rutland <[email protected]>
Mon, 5 Feb 2018 16:41:58 +0000 (16:41 +0000)
committerWill Deacon <[email protected]>
Tue, 20 Feb 2018 11:34:54 +0000 (11:34 +0000)
commit0dc1a1851af1d593eee248b94c1277c7c7ccbbce
treef32aed65915b0416167c0ec6e867ce0a25fc2307
parentd3d5aac206b4e9e569a22fe1811c909dde17587c
arm_pmu: add armpmu_alloc_atomic()

In ACPI systems, we don't know the makeup of CPUs until we hotplug them
on, and thus have to allocate the PMU datastructures at hotplug time.
Thus, we must use GFP_ATOMIC allocations.

Let's add an armpmu_alloc_atomic() that we can use in this case.

Signed-off-by: Mark Rutland <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
drivers/perf/arm_pmu.c
drivers/perf/arm_pmu_acpi.c
include/linux/perf/arm_pmu.h
This page took 0.058242 seconds and 4 git commands to generate.