Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   skrll
Date:           Sat Jan 18 14:40:04 UTC 2020

Modified Files:
        src/sys/arch/arm/arm32: cpu.c pmap.c
        src/sys/arch/arm/include: cpu.h types.h
        src/sys/arch/arm/include/arm32: param.h pmap.h pte.h
        src/sys/kern: init_sysctl.c

Log Message:
Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) by
creating a new pool l1ttpl for the userland L1 translation table which
needs to be 8KB and 8KB aligned.

Limit the pool to maxproc and add hooks to allow the sysctl changing of
maxproc to adjust the pool.

This comes at a 5% performance penalty for build.sh -j8 kernel on a
Tegra TK1.


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/arm/arm32/cpu.c
cvs rdiff -u -r1.379 -r1.380 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/arm/include/cpu.h
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/include/types.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/include/arm32/param.h
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/arm/include/arm32/pmap.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/include/arm32/pte.h
cvs rdiff -u -r1.223 -r1.224 src/sys/kern/init_sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index