Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Jemalloc fallout on sandpoint



Hi Christos,

> The problem is that on powerpc we use MAX_PAGE_SHIFT not the right page
> shift for the machine. I will fix it to compute and use the MIN_PAGE_SHIFT
> soon.

This:

  Modified Files:
        src/external/bsd/jemalloc/include/jemalloc/internal:
            jemalloc_internal_defs.h

  Log Message:
  Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.

  To generate a diff of this commit:
  cvs rdiff -u -r1.5 -r1.6 \
    src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h

fixes it for me.  Thank you!

Regards,

Julian


Home | Main Index | Thread Index | Old Index