]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: make internal MMU functions static
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 15 Mar 2019 05:41:39 +0000 (22:41 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 10 May 2019 23:53:26 +0000 (16:53 -0700)
commit5f7f36d07e0e3178987d6d7711e36f532380b38e
treec75f289abc44f6c0fd6371d3a589d7285ff64be0
parent59419607fb340b776543f52970aefcb784eb046e
target/xtensa: make internal MMU functions static

Remove declarations of the internal mmu_helper functions from the cpu.h,
make these functions static and shuffle them.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.h
target/xtensa/mmu_helper.c