]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit483b0fc9d7c0de5cf4fe27428f5bdf8623fd8045
tree819e3170acc8c88e5ba8c0075f3bd313c5d2be78
parentee7beb36dd71e03e3171020f2ec38c93c67bf67b
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