1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * arch/arm/include/asm/pgtable-hwdef.h 4 * 5 * Copyright (C) 1995-2002 Russell King 6 */ 7 #ifndef _ASMARM_PGTABLE_HWDEF_H 8 #define _ASMARM_PGTABLE_HWDEF_H 9 10 #ifdef CONFIG_ARM_LPAE 11 #include <asm/pgtable-3level-hwdef.h> 12 #else 13 #include <asm/pgtable-2level-hwdef.h> 14 #endif 15 16 #endif 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.