From 4a9524cbec0d8deb77448f6540c04b7a8813c402 Mon Sep 17 00:00:00 2001 From: Dhoat Harpal Date: Thu, 13 Oct 2016 12:15:16 +0530 Subject: soc: qcom: smem: Update CDSP processor ID The local table of processor IDs maintained by SMEM must match the table of processor IDs maintained by SMEM on remote processors, because the IDs are global. Update the local table of processor IDs to match the table on remote processors. CRs-Fixed: 1077384 Change-Id: I24d3809450bf63cbc6b930575c310cee116910f7 Signed-off-by: Dhoat Harpal --- include/soc/qcom/smem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h index b5425dd7eaea..4117b0d47b0d 100644 --- a/include/soc/qcom/smem.h +++ b/include/soc/qcom/smem.h @@ -22,11 +22,11 @@ enum { SMEM_DSPS, SMEM_WCNSS, SMEM_MODEM_Q6_FW, + SMEM_CDSP = SMEM_MODEM_Q6_FW, SMEM_RPM, SMEM_TZ, SMEM_SPSS, SMEM_HYP, - SMEM_CDSP, NUM_SMEM_SUBSYSTEMS, }; -- cgit v1.2.3