On Mon, Nov 8, 2010 at 2:59 AM, Mark Kettenis <[email protected]> wrote: > If you're considering changing the way we allocate the PCB, we should > look into moving it off the stack altogether and allocate them from a > pool. That would make life simpler on hppa, since pools are mapped > 1:1 which means issues with non-equivalent aliases go away.
Hmmm. Since we don't swap out the uspace, is there any reason to not just make the pcb and pstats part of struct proc? That gets you your pool allocation without the overhead of Yet Another Pool. Philip
