/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_NOHASH_PGALLOC_H #define _ASM_POWERPC_NOHASH_PGALLOC_H #include <linux/mm.h> extern void tlb_remove_table(struct mmu_gather *tlb, void *table); #ifdef CONFIG_PPC64 extern void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address); #else /* 44x etc which is BOOKE not BOOK3E */
static inline void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Aneesh Kumar K.V | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Aneesh Kumar K.V | 77 | 98.72% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 1.28% | 1 | 50.00% |
Total | 78 | 100.00% | 2 | 100.00% |