On Wed, 2005-06-29 at 10:22 +0900, YAMAMOTO Takashi wrote:
> > > > +       if (pud_none(*pud))
> > > > +               return 0;
> > > > +       BUG_ON(pud_bad(*pud));
> > > > +       pmd = pmd_offset(pud, address);
> > > > +       pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK;
> > > 
> > > why didn't you introduce class_migrate_pud?
> > 
> > Because there is no list to iterate through. 
> 
> i don't understand what you mean.
> why you don't iterate pud, while you iterate pgdir and pmd?

what i meant was that the pmd are an array and there is no array
w.r.t puds. correct me if i am wrong.
> 
> YAMAMOTO Takashi
-- 

----------------------------------------------------------------------
    Chandra Seetharaman               | Be careful what you choose....
              - [EMAIL PROTECTED]   |      .......you may get it.
----------------------------------------------------------------------




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
ckrm-tech mailing list
https://lists.sourceforge.net/lists/listinfo/ckrm-tech

Reply via email to