X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Flinux-os.lisp;h=134ca54347a26746c455713236f41f679371250b;hb=9603675940cce3bcac93b354dca62d20c991cbce;hp=1e1e7868752f72db84975841c224aea9154103ca;hpb=fdf46e7bd7aba9b5c8af629fdb2692d9b33b9207;p=sbcl.git diff --git a/src/code/linux-os.lisp b/src/code/linux-os.lisp index 1e1e786..134ca54 100644 --- a/src/code/linux-os.lisp +++ b/src/code/linux-os.lisp @@ -45,7 +45,4 @@ ;;; Return the system page size. (defun get-page-size () - ;; probably should call getpagesize() - ;; FIXME: Or we could just get rid of this, since the uses of it look - ;; disposable. - 4096) + sb!c:*backend-page-bytes*)