提交 1484096c 编写于 作者: J Jeremy Fitzhardinge 提交者: Jeremy Fitzhardinge

x86: Include pgtable_32|64_types.h in pgtable_types.h

Signed-off-by: NJeremy Fitzhardinge <jeremy@goop.org>
上级 fb355149
......@@ -217,4 +217,10 @@ extern pte_t *lookup_address(unsigned long address, unsigned int *level);
#endif /* !__ASSEMBLY__ */
#ifdef CONFIG_X86_32
# include "pgtable_32_types.h"
#else
# include "pgtable_64_types.h"
#endif
#endif /* _ASM_X86_PGTABLE_DEFS_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册