cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/include/asm/tlb_32.h

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

#define _SPARC_TLB_H


#define tlb_start_vma(tlb, vma) \
do {                                                            \
        flush_cache_range(vma, vma->vm_start, vma->vm_end);     \
} while (0)


#define tlb_end_vma(tlb, vma) \
do {                                                            \
        flush_tlb_range(vma, vma->vm_start, vma->vm_end);       \
} while (0)


#define __tlb_remove_tlb_entry(tlb, pte, address) \
	do { } while (0)


#define tlb_flush(tlb) \
do {                                                            \
        flush_tlb_mm((tlb)->mm);                                \
} while (0)

#include <asm-generic/tlb.h>

#endif /* _SPARC_TLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sam Ravnborg5298.11%150.00%
Greg Kroah-Hartman11.89%150.00%
Total53100.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.