Merge branches 'fixes' and 'misc' into for-next
[linux-2.6-microblaze.git] / arch / arm / include / asm / pgtable-hwdef.h
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