Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / sparsemem.h
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