Remove a workaround in bit-vector consets
[sbcl.git] / src / compiler / x86-64 / backend-parms.lisp
index 33ffb6e..93f2e01 100644 (file)
@@ -47,3 +47,7 @@
 ;;; The minimum size at which we release address ranges to the OS.
 ;;; This must be a multiple of the OS page size.
 (def!constant gencgc-release-granularity *backend-page-bytes*)
+
+#!+sb-safepoint
+(def!constant thread-saved-csp-offset
+    (- (/ *backend-page-bytes* n-word-bytes)))