Subject: pmap_steal_memory and badaddr.
To: None <soren@netbsd.org>
From: TAKEMURA Shin <takemura@netbsd.org>
List: port-mips
Date: 12/03/2000 22:19:40
Hi,

Following change have serious problem.

Revision 1.36 / (download) - annotate - [select for diffs] , Mon Nov 27
05:57:26 2000 UTC (6 days, 6 hours ago) by soren
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +11 -13 lines
Diff to previous 1.35 (colored)
Consistently use pmap_steal_memory() to allocate USPACE.

 I think that you can't call pmap_steal_memory after you call
uvm_page_physload.
But hpcmips's memory detection routine calls
badaddr, which needs proc0. So, you can't use pmap_steal_memory to allocate
proc0.

I've canceled the change in a hurry.

Takemura