From cee621f2087a78f222c5d3da9db766db83abaef1 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 28 Nov 2005 20:51:06 +0000 Subject: 2005-11-28 Martin Hunt * map.c (_stp_pmap_del): Use _stp_free_percpu() to free pmaps. --- runtime/ChangeLog | 3 +++ runtime/map.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 01a28730..d90cd67d 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,8 @@ 2005-11-28 Martin Hunt + * map.c (_stp_pmap_del): Use _stp_free_percpu() to + free pmaps. + * map-stat.c (_stp_pmap_new_hstat_log): Fix typo. Call _stp_pmap_new() instead of _stp_map_new(). diff --git a/runtime/map.c b/runtime/map.c index 98382b88..70efd365 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -378,7 +378,7 @@ void _stp_pmap_del(MAP map) _stp_vfree(m->membuf); _stp_vfree(m); - free_percpu(map); + _stp_vfree_percpu(map); } /* sort keynum values */ -- cgit