diff options
| author | Dustin Brown <dustinb@codeaurora.org> | 2017-10-20 17:36:19 -0700 |
|---|---|---|
| committer | nshrivas <nshrivas@codeaurora.org> | 2018-10-25 16:04:33 -0700 |
| commit | fb2e7de8bf884adee1f3b50ad7168de87f44f061 (patch) | |
| tree | 93098fcfc502c96492293c18994d9de8431c5d33 /core | |
| parent | 22965a2cbc63ec1a6878dbf695fcd8251d5d3621 (diff) | |
qcacld-3.0: Enable QDF cpu hotplug APIs
Enable the new QDF CPU hotplug APIs in Kbuild when CONFIG_SMP is
enabled.
Change-Id: Ib3e1e1fe840f0aae662cd6d32527b174a9c2895c
CRs-Fixed: 2133375
Diffstat (limited to 'core')
| -rw-r--r-- | core/cds/src/cds_api.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/cds/src/cds_api.c b/core/cds/src/cds_api.c index 83abc1a53a90..20e9a9d99ccf 100644 --- a/core/cds/src/cds_api.c +++ b/core/cds/src/cds_api.c @@ -52,6 +52,7 @@ #include "ol_txrx.h" #include "pktlog_ac.h" #include "wlan_hdd_ipa.h" +#include "qdf_cpuhp.h" #ifdef ENABLE_SMMU_S1_TRANSLATION #include "pld_common.h" @@ -129,6 +130,7 @@ v_CONTEXT_t cds_init(void) qdf_mem_init(); qdf_mc_timer_manager_init(); qdf_event_list_init(); + qdf_cpuhp_init(); gp_cds_context = &g_cds_context; @@ -174,6 +176,7 @@ void cds_deinit(void) return; cds_recovery_work_deinit(); + qdf_cpuhp_deinit(); qdf_mc_timer_manager_exit(); qdf_mem_exit(); qdf_lock_stats_deinit(); |
