Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17645
Modified Files:
version.lisp-expr
Log Message:
1.0.25.53: fix gencgc_handle_wp_violation on multicpu systems
Acquire free_pages_lock around page_table accesses to be sure that the
changes actually propagate to other CPUs and we don't end up losing in
the else branch and also to prevent problems caused by the compiler or
the processor reordering stuff.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4338
retrieving revision 1.4339
diff -u -d -r1.4338 -r1.4339
--- version.lisp-expr 16 Feb 2009 22:27:07 -0000 1.4338
+++ version.lisp-expr 16 Feb 2009 22:29:06 -0000 1.4339
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.25.52"
+"1.0.25.53"
|