]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/powerpc/include/asm/book3s/64/radix-64k.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / powerpc / include / asm / book3s / 64 / radix-64k.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b0b5e9b1
AK
2#ifndef _ASM_POWERPC_PGTABLE_RADIX_64K_H
3#define _ASM_POWERPC_PGTABLE_RADIX_64K_H
4
5/*
6 * For 64K page size supported index is 13/9/9/5
7 */
8#define RADIX_PTE_INDEX_SIZE 5 /* 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_64K_H */