diff options
author | danh-arm <dan.handley@arm.com> | 2015-04-13 17:33:20 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-04-13 17:33:20 +0100 |
commit | da85170d9a7ed1ea97df8f647afce6c8ceabe33c (patch) | |
tree | b10f76c3261005747a9cfbc86c3e03bc866ab70e /include/bl32/payloads/tlk.h | |
parent | 620b5be9e9386ec49f7597a54fed510135f56733 (diff) | |
parent | 709a3c4707267e2c94bf1875886c4e3d9311e2d2 (diff) |
Merge pull request #289 from danh-arm/vw/tlkd-args-via-cpu-regs-v4
Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) v4
Diffstat (limited to 'include/bl32/payloads/tlk.h')
-rw-r--r-- | include/bl32/payloads/tlk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bl32/payloads/tlk.h b/include/bl32/payloads/tlk.h index 910f50fd..bdfcc9a3 100644 --- a/include/bl32/payloads/tlk.h +++ b/include/bl32/payloads/tlk.h @@ -52,7 +52,6 @@ #define TLK_PREEMPTED (0x32000002 | (1 << 31)) #define TLK_ENTRY_DONE (0x32000003 | (1 << 31)) #define TLK_VA_TRANSLATE (0x32000004 | (1 << 31)) -#define TLK_FID_SHARED_MEMBUF (0x32000005 | (1 << 31)) /* * Trusted Application specific function IDs |