Subject: Re: odd message on console
To: None <port-sparc@NetBSD.ORG, danielce@ee.mu.oz.au>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 01/28/1995 12:23:48
> 
> Jan 27 03:00:00 oink /netbsd: vm_mmap: pmap botch!
> 

This tells you that something wants to mmap(2) a file at a fixed virtual
address (MAP_FIXED is on) which collides with already existing mappings
of the same file, ie. the two sets of virtual addresses do not meet
cache alignment requirements and caching of the physical pages will be turned
off.