On Thu, 2004-11-18 at 13:22 +0100, Daniel Rohrbach wrote: > Hello at all, > > I have a little problem, and I do not find anything in the web. > > I have a for-loop in Kernel 2.4, which traverses the pgd_cache: > > for(pgd = (pgd_t *)pgd_quicklist; pgd; pgd = (pgd_t *)*(unsigned long *)pgd) > pgd[address >> PGDIR_SHIFT] = entry; > > So far so good. But now I have to port this to kernel 2.6. The problem is, > that pgd_quicklist doesn't exist there anymore. > > Can anybody tell me, where I can traverse the cached pgds? It would be a great > help for me. you forgot to tell us what you needed this for... :)
Attachment:
signature.asc
Description: This is a digitally signed message part