xtensa: move asid_cache from fault.c to mmu.c
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 10 Dec 2019 02:12:18 +0000 (18:12 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 2 May 2022 02:51:20 +0000 (19:51 -0700)
commit4916be4290d3e2ca3161528607da1e32d858fe64
tree819e3170acc8c88e5ba8c0075f3bd313c5d2be78
parent2aed7af34fc67de08e0720c091ddf753e2e87710
xtensa: move asid_cache from fault.c to mmu.c

asid_cache is only useful with full MMU, but fault.c is also useful with
MPU. Move asid_cache definition to MMU-specific source file.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/mm/fault.c
arch/xtensa/mm/mmu.c