X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fppc%2Fbackend-parms.lisp;h=cfb3bb487953617dbf765070d801a36287e955dd;hb=2db410feb35e7e30c95af8f20f67e6177fa92488;hp=d15cc53fb3a261ea79f82daa20bfb4577f3e0f69;hpb=a8a79584f77a1ca0b1f651c27d219678e44c3f4d;p=sbcl.git diff --git a/src/compiler/ppc/backend-parms.lisp b/src/compiler/ppc/backend-parms.lisp index d15cc53..cfb3bb4 100644 --- a/src/compiler/ppc/backend-parms.lisp +++ b/src/compiler/ppc/backend-parms.lisp @@ -10,8 +10,8 @@ ;; find out whether using exact multiples of the page size actually ;; matters in the few places where that's done, or whether we could ;; just use 4k everywhere. - (setf *backend-page-size* #!+linux 65536 #!-linux 4096)) + (setf *backend-page-bytes* #!+linux 65536 #!-linux 4096)) ;;; The size in bytes of the GENCGC pages. Should be a multiple of the ;;; architecture page size. -(def!constant gencgc-page-size *backend-page-size*) +(def!constant gencgc-page-bytes *backend-page-bytes*)