cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/book3s/64/radix-64k.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_PGTABLE_RADIX_64K_H

#define _ASM_POWERPC_PGTABLE_RADIX_64K_H

/*
 * For 64K page size supported index is 13/9/9/5
 */

#define RADIX_PTE_INDEX_SIZE  5  
/* 2MB huge page */

#define RADIX_PMD_INDEX_SIZE  9  
/* 1G huge page */

#define RADIX_PUD_INDEX_SIZE	 9

#define RADIX_PGD_INDEX_SIZE  13

#endif /* _ASM_POWERPC_PGTABLE_RADIX_64K_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aneesh Kumar K.V2896.55%150.00%
Greg Kroah-Hartman13.45%150.00%
Total29100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.