Module Name: src Committed By: skrll Date: Fri Mar 19 07:29:44 UTC 2010
Modified Files: src/sys/arch/hppa/hppa: pmap.c src/sys/arch/hppa/include: pmap.h Log Message: Not all PA CPUs have the U-bit (uncacheable) for non-IO memory. In fact most don't. Deal with non-equivalent aliases by removing and flushing the managed mappings, and flushing the unmanaged mappings. When flushing caches/TLB flush the cache before purging the TLB just in case the flush enters the mapping into the TLB. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/hppa/hppa/pmap.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.