Rename check_tsc() (and similar) to timer_check() and use u32.
commit018bdd77cecd7d40d6685a0ec02ef3600214695d
authorKevin O'Connor <kevin@koconnor.net>
Sat, 20 Jul 2013 22:22:57 +0000 (20 18:22 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 21 Jul 2013 18:10:15 +0000 (21 14:10 -0400)
tree203fcc2a01c8383532236bfd48e903f927eec79b
parent95ee382b65fe18423e48698a242444dc4d0ef0ba
Rename check_tsc() (and similar) to timer_check() and use u32.

Rename the check_tsc() function to timer_check().  The CPU TSC is
often not the basis of the timer, so use a more appropriate name.

Convert all callers that were using u64 for the timers to use u32.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
13 files changed:
src/ahci.c
src/ata.c
src/blockcmd.c
src/clock.c
src/floppy.c
src/megasas.c
src/ps2port.c
src/timer.c
src/usb-ehci.c
src/usb-hub.c
src/usb-ohci.c
src/usb-uhci.c
src/util.h