Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   skrll
Date:           Sun Aug  5 06:48:50 UTC 2018

Modified Files:
        src/sys/arch/aarch64/aarch64: aarch64_machdep.c
        src/sys/arch/aarch64/include: machdep.h
        src/sys/arch/arm/arm32: arm32_machdep.c
        src/sys/arch/arm/include/arm32: machdep.h
        src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
Refactor code to split aarch{32,64} kernel page tables and VM setup.  This
will help re-build the kernel page tables on aarch64 with correct section
mappings.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/aarch64/aarch64_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/include/machdep.h
cvs rdiff -u -r1.116 -r1.117 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/include/arm32/machdep.h
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/fdt/fdt_machdep.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