xref: /linux/arch/arm64/include/asm/sparsemem.h (revision 63d6e721527e175edbbe8513cba8e4a0caf94da5)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2012 ARM Ltd.
4  */
5 #ifndef __ASM_SPARSEMEM_H
6 #define __ASM_SPARSEMEM_H
7 
8 #ifdef CONFIG_SPARSEMEM
9 #define MAX_PHYSMEM_BITS	CONFIG_ARM64_PA_BITS
10 #define SECTION_SIZE_BITS	30
11 #endif
12 
13 #endif
14