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: matt
Date: Tue Dec 30 05:51:19 UTC 2008
Modified Files:
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/arm/include/arm32: pmap.h
Log Message:
Reclaim PVF_KNC in VIPT to be PVF_MULTCLR (page has multiple colors).
Track when a page is mapping in multiple colors and deal with the ramifications.
When a page's MOD attribute is cleared, clean it from the cache.
Fix a logic inversion.
With these changes, the TI SDP2420 H4 board can successfully natively build a
TISDP2420 kernel.
To generate a diff of this commit:
cvs rdiff -r1.193 -r1.194 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.89 -r1.90 src/sys/arch/arm/include/arm32/pmap.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