Subject: Re: kern/31924: amd startup panics mac68k with "amap_cow_now: non-resident
To: None <gnats-bugs@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 10/28/2005 02:11:27
> >Synopsis:       amd startup panics mac68k with "amap_cow_now: non-resident wired page..."

> Starting amd.
> panic: amap_cow_now: non-resident wired page in anon 0x41c9fcc
> Stopped in pid 268.1 (amd) at   netbsd:cpu_Debugger+0x6:        unlk    a6

I saw the same problem on hp300, sh3 (dreamcast) and mips.
I guess this might be caused by mlockall(2) on less memory (16~32MB)
machines, but not sure.
---
Izumi Tsutsui