Subject: Re: Panic: pv_unlink0
To: None <port-sparc@NetBSD.ORG>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-sparc
Date: 02/01/1998 13:55:25
> I found pr #3703 and compared your fix for pmap.c with the current
> version.  The difference I found was [...]:
[most snipped, including some nontrivial differences -dM]
> After patch from pr #3703:
>                        pv->pv_flags = NULL;
> Current code:
> 			pv->pv_flags |= PV_C4M;

I don't consider myself competent to comment on most of this (which is
why I snipped it), but unless pv_flags has changed its type, one of
these *must* be wrong.  NULL is for *pointers*, and you can't use |=
with a pointer.

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B