unicorn/qemu/hw/mips
Rutuja Shah d9fdc180d7
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
This patch replaces get_ticks_per_sec() calls with the macro
NANOSECONDS_PER_SECOND. Also, as there are no callers, get_ticks_per_sec()
is then removed. This replacement improves the readability and
understandability of code.

For example,

timer_mod(fdctrl->result_timer,
qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + (get_ticks_per_sec() / 50));

NANOSECONDS_PER_SECOND makes it obvious that qemu_clock_get_ns
matches the unit of the expression on the right side of the plus.

Backports commit 73bcb24d932912f8e75e1d88da0fc0ac6d4bce78 from qemu
2018-02-21 23:21:36 -05:00
..
addr.c import 2015-08-21 15:04:50 +08:00
cputimer.c Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND 2018-02-21 23:21:36 -05:00
Makefile.objs mips: remove qemu/hw/mips/mips_int.c 2017-01-19 13:07:28 +08:00
mips_r4k.c hw: explicitly include qemu-common.h and cpu.h 2018-02-21 23:15:09 -05:00