Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/26/1999 21:12:21
Module Name: src
Committed By: mycroft
Date: Sat Mar 27 05:12:21 UTC 1999
Modified Files:
src/sys/arch/arm32/arm32: pmap.c
Log Message:
Further cleanup:
pmap_find_pv(), pmap_clean_page() and pmap_remove_all() are only called on
managed pages, after VM initialization. Panic if this invariant is violated.
Also, panic if we try to enter a PT page through pmap_enter(), rather than
silently patching it up.
pmap_initialized is now #ifdef DIAGNOSTIC.