Re: Jemalloc fallout on sandpoint

Julian Coleman <[email protected]> Tue, 9 Apr 2019 21:30:37 +0200
Newsgroups gmane.os.netbsd.current,gmane.os.netbsd.ports.sandpoint
Message-ID <[email protected]>
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