Subject: panic: pmap_enter onto myself
To: None <port-vax@netbsd.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 08/27/2000 17:04:53
I have found the reason to this panic (and fixed it :-):

Wiring of a page were done at the wrong place in pmap_enter, so pages in
kernel space never got the wired bit set. This caused panics if a swapped
out process was swapped in again and the kernel stack had not yet been
unmapped.

-- Ragge