pgalloc_32.h 203 B

123456789
  1. #ifndef _I386_PGALLOC_H
  2. #define _I386_PGALLOC_H
  3. #ifdef CONFIG_X86_PAE
  4. extern void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmd);
  5. #endif /* CONFIG_X86_PAE */
  6. #endif /* _I386_PGALLOC_H */