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/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/map.c') 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