Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm
Module Name: src
Committed By: jmcneill
Date: Thu Aug 24 14:19:36 UTC 2017
Modified Files:
src/sys/arch/arm/arm: cpufunc.c cpufunc_asm_armv7.S
src/sys/arch/arm/arm32: arm32_tlb.c pmap.c
src/sys/arch/arm/include: cpufunc_proto.h locore.h
Log Message:
Do runtime detection of MP extensions to allow using a MULTIPROCESSOR
kernel on CPUs without the MP extensions feature (like Cortex-A8).
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/arch/arm/arm/cpufunc.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/arm/cpufunc_asm_armv7.S
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm32/arm32_tlb.c
cvs rdiff -u -r1.352 -r1.353 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/cpufunc_proto.h
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/include/locore.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