Source-Changes archive

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

CVS commit: src/sys/arch/aarch64



Module Name:    src
Committed By:   ryo
Date:           Mon May 25 05:13:17 UTC 2020

Modified Files:
        src/sys/arch/aarch64/aarch64: cpufunc.c
        src/sys/arch/aarch64/include: armreg.h cpufunc.h

Log Message:
cache information can be detected correctly on newer CPUs

- add VPIPT cache type
- adapt to 64-bit CCSIDR (ARMv8.3-CCIDX)
- CCSIDR:[WT,WB,PA,WA] are deprecated
- show number of cache lines when attaching cpu


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/aarch64/aarch64/cpufunc.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/aarch64/include/armreg.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/aarch64/include/cpufunc.h

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