mmu_context.h 98 字节
Newer Older
1 2 3
#ifdef CONFIG_MMU
# include "mmu_context_mm.h"
#else
4
# include <asm-generic/mmu_context.h>
5
#endif