X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=4a3f99491ca450c561a6235ecd30e03fe361d7dc;hb=9603675940cce3bcac93b354dca62d20c991cbce;hp=388e7af6d93a64c2d9863a64c0ad513aa1f223e3;hpb=8b4d4e4819998b568768d2f6bfd3dca449961f95;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 388e7af..4a3f994 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -201,7 +201,7 @@ os_init(char *argv[], char *envp[]) * kernel versions on some architectures (for example PPC). FIXME: * possibly the same should be done on other architectures too. */ - os_vm_page_size = BACKEND_PAGE_SIZE; + os_vm_page_size = BACKEND_PAGE_BYTES; /* KLUDGE: Disable memory randomization on new Linux kernels * by setting a personality flag and re-executing. (We need