OSDN Git Service

soc: qcom: smem: Add CDSP processor ID
authorDhoat Harpal <hdhoat@codeaurora.org>
Mon, 27 Jun 2016 11:46:03 +0000 (17:16 +0530)
committerDhoat Harpal <hdhoat@codeaurora.org>
Thu, 21 Jul 2016 12:10:52 +0000 (17:40 +0530)
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: 1043377
Change-Id: I6df0575cf54003374a5ebdbfa54e169d3545ffe7
Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
include/soc/qcom/smem.h

index 9295532..79bcc1b 100644 (file)
@@ -26,6 +26,7 @@ enum {
        SMEM_TZ,
        SMEM_SPSS,
        SMEM_HYP,
+       SMEM_CDSP,
        NUM_SMEM_SUBSYSTEMS,
 };