Port-arm archive

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

Re: jemalloc issues on earm and earmhf



On 12/01/2020 02:10, Christos Zoulas wrote:
In article <qvd61b$56kh$1%blaine.gmane.org@localhost>,
[snip]

From:

#ifndef PGSHIFT
#if defined(_ARM_ARCH_6)
#define PGSHIFT         13              /* LOG2(NBPG) */
#else
#define PGSHIFT         12              /* LOG2(NBPG) */
#endif
#endif

because the code was not compiled on _ARM_ARCH_6. I will take care of it.

I committed a fix and asked to pullup-9. If we don't want to support 8K
pages in any kernel we can roll it back.

I'm working on a patch to remove the 8KB requirement that
ARM_MMU_EXTENDED has atm, fwiw.

Nick


Home | Main Index | Thread Index | Old Index