X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc.h;h=ce1b92549938b003400b34377ad92d65fd6db42c;hb=9837343101c3da7b3a8f94609ec116ec5025436a;hp=a619175bd7fa210f37d669ae6058d476e1b8f0d7;hpb=a8a79584f77a1ca0b1f651c27d219678e44c3f4d;p=sbcl.git diff --git a/src/runtime/gc.h b/src/runtime/gc.h index a619175..ce1b925 100644 --- a/src/runtime/gc.h +++ b/src/runtime/gc.h @@ -19,9 +19,9 @@ #include "sbcl.h" #ifdef LISP_FEATURE_GENCGC -#define PAGE_BYTES GENCGC_PAGE_SIZE +#define PAGE_BYTES GENCGC_PAGE_BYTES #else -#define PAGE_BYTES BACKEND_PAGE_SIZE +#define PAGE_BYTES BACKEND_PAGE_BYTES #endif typedef signed long page_index_t; @@ -40,8 +40,6 @@ extern void clear_auto_gc_trigger(void); #include "fixnump.h" -#include "pseudo-atomic.h" - extern boolean maybe_gc(os_context_t *context); extern unsigned long bytes_consed_between_gcs;