Re: MOL-MMU (WAS: Power Management)

2001-07-09 Thread Michael Schmitz
> > > >Thanks; I still see a potential problem with MMU context allocation here: > >Paul's new code uses a bitmap to keep track of contexts in use > >(context_map). MOL ignores this bit and just keeps allocating contexts by > >relying on next_mmu_context to be unused (which it should be, most > >of

Re: MOL-MMU (WAS: Power Management)

2001-07-09 Thread Samuel Rydh
> >Thanks; I still see a potential problem with MMU context allocation here: >Paul's new code uses a bitmap to keep track of contexts in use >(context_map). MOL ignores this bit and just keeps allocating contexts by >relying on next_mmu_context to be unused (which it should be, most >of the time),