Module Name: src Committed By: matt Date: Mon Aug 27 12:05:30 UTC 2012
Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Use the correct (L1_S_PROT, not L2_S_PROT) macro for setting the protection of the vector page. This fixes a nasty little bug that shows up on armv7 systems when the vector page physical address changes (bit 12 of the address is cleared) and then any exception causes the system to hang. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.