modules.list.msm: Add qcom-pmu-lib to modules list
Add qcom-pmu-lib to modules list in the first stage init. Modules installing perf events need to have CAP_SYS_ADMIN or CAP_PERFMON capabilities to install events. Moving this module to first stage solves the problem by ensuring that init thread insmods this module. Change-Id: Ib9598128ec7b4eb0d94bb333460dc2b3735ea629 Signed-off-by: Shivnandan Kumar <quic_kshivnan@quicinc.com>
This commit is contained in:
parent
a332298670
commit
fbdbdd2529
@ -1,4 +1,5 @@
|
||||
gh_virt_wdt.ko
|
||||
qcom-pmu-lib.ko
|
||||
qcom_wdt_core.ko
|
||||
clk-dummy.ko
|
||||
clk-rpmh.ko
|
||||
|
@ -22,6 +22,7 @@ arm_smmu.ko
|
||||
iommu-logger.ko
|
||||
qcom_iommu_util.ko
|
||||
qcom_llcc_pmu.ko
|
||||
qcom-pmu-lib.ko
|
||||
llcc-qcom.ko
|
||||
qmi_helpers.ko
|
||||
qcom_hwspinlock.ko
|
||||
|
Loading…
Reference in New Issue
Block a user