Loading arch/arm/include/asm/cacheflush.h +0 −2 Original line number Diff line number Diff line Loading @@ -420,8 +420,6 @@ extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, */ extern void flush_dcache_page(struct page *); extern void __flush_dcache_page(struct address_space *mapping, struct page *page); static inline void __flush_icache_all(void) { #ifdef CONFIG_ARM_ERRATA_411920 Loading arch/arm/mm/fault-armv.c +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ #include <asm/pgtable.h> #include <asm/tlbflush.h> #include "mm.h" static unsigned long shared_pte_mask = L_PTE_MT_BUFFERABLE; /* Loading arch/arm/mm/mm.h +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ struct mem_type { const struct mem_type *get_mem_type(unsigned int type); extern void __flush_dcache_page(struct address_space *mapping, struct page *page); #endif struct map_desc; Loading Loading
arch/arm/include/asm/cacheflush.h +0 −2 Original line number Diff line number Diff line Loading @@ -420,8 +420,6 @@ extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, */ extern void flush_dcache_page(struct page *); extern void __flush_dcache_page(struct address_space *mapping, struct page *page); static inline void __flush_icache_all(void) { #ifdef CONFIG_ARM_ERRATA_411920 Loading
arch/arm/mm/fault-armv.c +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ #include <asm/pgtable.h> #include <asm/tlbflush.h> #include "mm.h" static unsigned long shared_pte_mask = L_PTE_MT_BUFFERABLE; /* Loading
arch/arm/mm/mm.h +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ struct mem_type { const struct mem_type *get_mem_type(unsigned int type); extern void __flush_dcache_page(struct address_space *mapping, struct page *page); #endif struct map_desc; Loading