aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/shared_memory.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-12-19 15:34:47 +0200
committerMatias Elo <matias.elo@nokia.com>2023-02-07 15:07:27 +0200
commit721e08c6f9cac1e03065e8f3653b616cf0261ca4 (patch)
tree14e04eb10790219f32ced414ecbc6b6525c1eba2 /include/odp/api/spec/shared_memory.h
parent67e7bc21ded69243e636b949397591399d0f9a1f (diff)
api: shm: remove deprecated ODP_SHM_SW_ONLY define
Remove deprecated ODP_SHM_SW_ONLY define. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/spec/shared_memory.h')
-rw-r--r--include/odp/api/spec/shared_memory.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/odp/api/spec/shared_memory.h b/include/odp/api/spec/shared_memory.h
index 36b38782f..eebf288c9 100644
--- a/include/odp/api/spec/shared_memory.h
+++ b/include/odp/api/spec/shared_memory.h
@@ -51,19 +51,6 @@ extern "C" {
*/
/**
- * Application SW only, no HW access
- *
- * @deprecated When set, application will not share the reserved memory with HW
- * accelerators. However, leaving this flag to zero does not guarantee that
- * the reserved memory can be accessed from HW, and thus usage of this flag is
- * considered deprecated. If HW accessible memory is required, set
- * ODP_SHM_HW_ACCESS instead.
- *
- * This flag must not be combined with ODP_SHM_HW_ACCESS.
- */
-#define ODP_SHM_SW_ONLY 0x1
-
-/**
* Share with external processes
*/
#define ODP_SHM_PROC 0x2