summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2019-10-07 15:14:49 -0400
committerSam Nelson <sam.nelson@ti.com>2019-10-08 15:50:40 -0400
commitcd4415e1f1f2e075fa825a30f911a7a2bb439f5e (patch)
tree7e584dc9092f5d87951c8147717161a6ea5514e9
parent461eeaf43b391df26ee5680ce4694f3c099b3a99 (diff)
downloadipc-cd4415e1f1f2e075fa825a30f911a7a2bb439f5e.tar.gz
GateMP: Update arg to accomodate pointer for local Gate
arg is storing value of a pointer. Need to accomodate more than 32 bit in 64 bit cores Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--packages/ti/sdo/ipc/GateMP.xdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ti/sdo/ipc/GateMP.xdc b/packages/ti/sdo/ipc/GateMP.xdc
index 73b6d96..e719ecb 100644
--- a/packages/ti/sdo/ipc/GateMP.xdc
+++ b/packages/ti/sdo/ipc/GateMP.xdc
@@ -473,8 +473,8 @@ internal:
struct Attrs {
Bits16 mask;
Bits16 creatorProcId;
- Bits32 arg;
Bits32 status; /* Created stamp */
+ Bits64 arg;
};
struct Instance_State {