mmu_context.h 89 字节
Newer Older
1 2 3 4 5
#ifdef CONFIG_MMU
# include "mmu_context_mm.h"
#else
# include "mmu_context_no.h"
#endif