Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
170fdff7057d4247e3f28cca96d0db1fbc854e3b
/
.
/
include
/
asm-x86
/
pgalloc_32.h
blob: b83bc010af09616c050deb0659ec3300407989ea [
file
] [
log
] [
blame
]
#ifndef
_I386_PGALLOC_H
#define
_I386_PGALLOC_H
#ifdef
CONFIG_X86_PAE
extern
void
pud_populate
(
struct
mm_struct
*
mm
,
pud_t
*
pudp
,
pmd_t
*
pmd
);
#endif
/* CONFIG_X86_PAE */
#endif
/* _I386_PGALLOC_H */