X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.c;h=89c0d71867729fd51a0962b4f3cdc7a4997c960c;hb=ba9112b2f0ba10230be5bdfc75c8e082da9bfbe0;hp=e42e4cb8088c690eec11634c2e7beded6383a90a;hpb=012b1558b80a988901569412ca79d544ed30ff6a;p=sbcl.git diff --git a/src/runtime/sunos-os.c b/src/runtime/sunos-os.c index e42e4cb..89c0d71 100644 --- a/src/runtime/sunos-os.c +++ b/src/runtime/sunos-os.c @@ -28,7 +28,7 @@ #if defined LISP_FEATURE_SPARC #define OS_VM_DEFAULT_PAGESIZE 8192 -#elif defined LISP_FEATURE_X86 +#elif defined LISP_FEATURE_X86 || defined LISP_FEATURE_X86_64 #define OS_VM_DEFAULT_PAGESIZE 4096 #else #error "Don't know OS_VM_DEFAULT_PAGESIZE"