X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fpurify.c;h=59acf19032ae4bd5e6c4d5117f718e4c65327398;hb=decddddf7e581fa1ebee846e5fddcd52229bb9a8;hp=3440b2f73e0799f1bf7936ece4df1efd445b6ffb;hpb=f87f749ba5ffeb2e51b28c83d01ac7e33a5ca76d;p=sbcl.git diff --git a/src/runtime/purify.c b/src/runtime/purify.c index 3440b2f..59acf19 100644 --- a/src/runtime/purify.c +++ b/src/runtime/purify.c @@ -1022,6 +1022,9 @@ purify(lispobj static_roots, lispobj read_only_roots) printf(" cleanup"); fflush(stdout); #endif +#ifdef LISP_FEATURE_HPUX + clear_auto_gc_trigger(); /* restore mmap as it was given by os */ +#endif os_zero((os_vm_address_t) current_dynamic_space, (os_vm_size_t) dynamic_space_size);