]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:13:05 +0000 (01:13 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commit9eb0530033ac3a52fcca055213bc512e4e29b954
tree7657db0f14371a8325d55da278cbd9bfe6498119
parent51993bef122896b29d1be218d536b6b3211cf2f1
target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header

This function is a simple shared function, move it to other similar
static inline functions in the header.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu-hash32.c
target/ppc/mmu-hash32.h