NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/54901 (evbarm-earmv7hf panics running ATF tests)
Synopsis: evbarm-earmv7hf panics running ATF tests
State-Changed-From-To: open->feedback
State-Changed-By: skrll%NetBSD.org@localhost
State-Changed-When: Mon, 27 Jan 2020 12:47:16 +0000
State-Changed-Why:
I think I fixed this with
Module Name: src
Committed By: skrll
Date: Sat Jan 25 16:19:30 UTC 2020
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
A fix and an optimisation to pmap_l1tt_free
- in the !__HAVE_MM_MD_DIRECT_MAPPED_PHYS case pass UVM_KMF_WIRED so that
the mappings are removed and the KVA is released. Fixes the KASSERT
seen in the automated test runs.
- in the __HAVE_MM_MD_DIRECT_MAPPED_PHYS case we can work out pa much
easier than caling pmap_extract.
To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 src/sys/arch/arm/arm32/pmap.c
Home |
Main Index |
Thread Index |
Old Index