mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
x86: Include pgtable_32|64_types.h in pgtable_types.h
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
This commit is contained in:
parent
fb3551491b
commit
1484096ceb
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user