Module Name: src Committed By: matt Date: Mon Aug 20 13:03:41 UTC 2012
Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h pte.h Log Message: Add support for mapping SuperSection on armv6 and armv7. These always a domain of 0 so move the kernel from domain 15 to domain 0. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.102 -r1.103 src/sys/arch/arm/include/arm32/pmap.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/include/arm32/pte.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.