]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/powerpc/include/asm/book3s/64/radix-4k.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / include / asm / book3s / 64 / radix-4k.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_PGTABLE_RADIX_4K_H
3 #define _ASM_POWERPC_PGTABLE_RADIX_4K_H
4
5 /*
6 * For 4K page size supported index is 13/9/9/9
7 */
8 #define RADIX_PTE_INDEX_SIZE 9 /* 2MB huge page */
9 #define RADIX_PMD_INDEX_SIZE 9 /* 1G huge page */
10 #define RADIX_PUD_INDEX_SIZE 9
11 #define RADIX_PGD_INDEX_SIZE 13
12
13 #endif /* _ASM_POWERPC_PGTABLE_RADIX_4K_H */