aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_schedule_scalable.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/odp_schedule_scalable.c')
-rw-r--r--platform/linux-generic/odp_schedule_scalable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/odp_schedule_scalable.c b/platform/linux-generic/odp_schedule_scalable.c
index 18e738330..10f456eed 100644
--- a/platform/linux-generic/odp_schedule_scalable.c
+++ b/platform/linux-generic/odp_schedule_scalable.c
@@ -1792,7 +1792,7 @@ static int schedule_init_global(void)
uint64_t min_alloc;
uint64_t max_alloc;
- shm = odp_shm_reserve("_odp_sched_scalable",
+ shm = odp_shm_reserve("_odp_sched_scalable_global",
sizeof(sched_global_t),
ODP_CACHE_LINE_SIZE, 0);