Subject: Re: 1.4A problem on 5000/200
To: Andy Doran <ad@psn.ie>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 04/14/1999 12:32:47
[[ wow, 23.5 hours to get through our mail gateway :-) ]]

Andy Doran wrote:

> [Simon, can you please commit missing callvec.c in pmax/stand/lib?]

I'm not aware of any problems with callvec.c - something was fixed
a couple of weeks ago.  Let's have a little look ... rev 1.60 of
sys/arch/pmax/conf/files.pmax on 25th March was the last change for
callvec.c.  Do you have a stale .depend file lying around in your kernel
compile directory (or you may need to run config(8) again)?

> This uvm_km_suballoc() panic in machdep.c is back again for me (with a
> fresh source tree) when allocating exec_map.
> 
> 	minaddr is 0xffffffff (doesn't matter)
> 	maxaddr is 0xffffffff (doesn't matter)
> 	kernel_map is nonzero
> 	size is 4194304			
> 
> Any ideas? I'll recompile with the UVMHIST stuff tomorrow. BTW, tried
> linking a MIPS kernel that uses any of the bswap() functions lately?

Just of the top of my head and without looking at code, did you try
changing the "#if 0" to "#if 1" at the top of my patch and see if that
works?

Simon.