0.pre8.78
authorDaniel Barlow <dan@telent.net>
Sun, 20 Apr 2003 03:39:47 +0000 (03:39 +0000)
committerDaniel Barlow <dan@telent.net>
Sun, 20 Apr 2003 03:39:47 +0000 (03:39 +0000)
commitaceb4720b6c1b0df6714e9648deb654ee291f051
tree99263537b672dc5528677163062cbce0deb70377
parent01af9d7ee59a7427f9cc5c6f9fea41fe87851367
0.pre8.78
More locking fixes exposed by using a real SMP system
... gencgc: gc_alloc_update_page_tables touches global data
    so needs wrapping in free_pages_lock
... gencgc_handle_wp_violation: we can get two CPUs in this
    routine at once, so it would be nice if the second one
      didn't barf if it found the first had been here already

Found an eliminated another THREAD_CONTROL_STACK_SIZE use
src/runtime/gencgc.c
src/runtime/thread.c
version.lisp-expr