]> Git Repo - qemu.git/commit - target/ppc/mem_helper.c
ppc: use DIV_ROUND_UP
authorMarc-André Lureau <[email protected]>
Thu, 22 Jun 2017 11:04:16 +0000 (13:04 +0200)
committerMarc-André Lureau <[email protected]>
Thu, 31 Aug 2017 10:29:07 +0000 (12:29 +0200)
commitf0704d78b42423f6040e224452cee4ee4aff30cc
tree9e00319bcc7d616cfe9ca40093fcf411d0ec95a2
parent0ef1efcf944fcc950840f068da5513311ee55a6d
ppc: use DIV_ROUND_UP

I used the clang-tidy qemu-round check to generate the fix:
https://github.com/elmarco/clang-tools-extra

Signed-off-by: Marc-André Lureau <[email protected]>
Acked-by: David Gibson <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
target/ppc/mem_helper.c
target/ppc/translate.c
This page took 0.024549 seconds and 4 git commands to generate.