Module Name: src Committed By: maxv Date: Fri Aug 19 18:24:57 UTC 2016
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Switch the XXXCDC to panics. Normally it should never be triggered, since the kernel space is above the PTE space, and the user space is below it. Any attempt to write or remove this area should be blocked by UVM earlier. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.