aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_shared_memory.c
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-11-09 14:35:53 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-11-14 15:45:20 +0300
commit1ec853bed11476eac8b8bde9f3f1d1e480049816 (patch)
tree778a78b8e5c63feb531fde36646af6251283e455 /platform/linux-generic/odp_shared_memory.c
parent635d7206969ac9167383c6e8e27fa45ec4d3f137 (diff)
linux-gen: shm: modify shm print header string
Highlight that printed values are from ODP SHM only, i.e. it's not generic memory allocation status of the entire system. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/odp_shared_memory.c')
-rw-r--r--platform/linux-generic/odp_shared_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_shared_memory.c b/platform/linux-generic/odp_shared_memory.c
index d2f31458e..4e92c9f25 100644
--- a/platform/linux-generic/odp_shared_memory.c
+++ b/platform/linux-generic/odp_shared_memory.c
@@ -122,7 +122,7 @@ int odp_shm_info(odp_shm_t shm, odp_shm_info_t *info)
void odp_shm_print_all(void)
{
- _odp_ishm_status("Memory allocation status:");
+ _odp_ishm_status("ODP shared memory allocation status:");
}
void odp_shm_print(odp_shm_t shm)