linux-stable/arch/xtensa/mm
Randy Dunlap 25b9a3caf8 xtensa: tlb: include <asm/tlb.h> for missing prototype
Add the prototype for check_tlb_sanity() to <asm/tlb.h> and use that
header to prevent a build warning:

arch/xtensa/mm/tlb.c:273:6: warning: no previous prototype for 'check_tlb_sanity' [-Wmissing-prototypes]
  273 | void check_tlb_sanity(void)

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20230920052139.10570-13-rdunlap@infradead.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2023-09-20 05:03:21 -07:00
..
Makefile xtensa: noMMU: allow handling protection faults 2022-05-01 19:51:21 -07:00
cache.c xtensa: implement the new page table range API 2023-08-24 16:20:24 -07:00
fault.c xtensa: fault: include <asm/traps.h> 2023-09-20 05:03:18 -07:00
highmem.c xtensa/mm/highmem: Make generic kmap_atomic() work correctly 2020-11-16 21:19:24 +01:00
init.c xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT 2022-07-17 17:14:39 -07:00
ioremap.c xtensa: mm: convert to GENERIC_IOREMAP 2023-08-18 10:12:35 -07:00
kasan_init.c xtensa: move early_trap_init from kasan_early_init to init_arch 2023-06-13 21:56:27 -07:00
misc.S xtensa: add asm-prototypes.h 2023-06-12 19:48:57 -07:00
mmu.c xtensa: move asid_cache from fault.c to mmu.c 2022-05-01 19:51:20 -07:00
tlb.c xtensa: tlb: include <asm/tlb.h> for missing prototype 2023-09-20 05:03:21 -07:00