Module Name: src Committed By: skrll Date: Tue Apr 22 14:00:45 UTC 2014
Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Call pmap_free_l2_bucket for the kernel pmap so that l2b_occupancy is updated. pmap_free_l2_bucket already deals with the kernel pmap properly. ok matt@ Should fix the panic: kernel debugging assertion "mappings <= l2b->l2b_occupancy" failed: file "/usr/src/sys/arch/arm/arm32/pmap.c", line 3838 problem reported on port-arm by Joachim Thiemann To generate a diff of this commit: cvs rdiff -u -r1.289 -r1.290 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.