soc: qcom: smem: Add 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: 1043377 Change-Id: I6df0575cf54003374a5ebdbfa54e169d3545ffe7 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
This commit is contained in:
parent
9e4b3ba4af
commit
a3f2ed3879
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ enum {
|
|||
SMEM_TZ,
|
||||
SMEM_SPSS,
|
||||
SMEM_HYP,
|
||||
SMEM_CDSP,
|
||||
NUM_SMEM_SUBSYSTEMS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue