> > > + 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?

YAMAMOTO Takashi


-------------------------------------------------------
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