1.0.10.11: Make FEATUREP accept only symbols or conses.
[sbcl.git] / src / code / linux-os.lisp
index 1e1e786..640320e 100644 (file)
@@ -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-size*)
\ No newline at end of file