Separate out timer setup code.
commit9999754ff64ed4cde89433af3d5d41fdf653d53d
authorKevin O'Connor <kevin@koconnor.net>
Sat, 20 Jul 2013 22:39:37 +0000 (20 18:39 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 21 Jul 2013 18:10:46 +0000 (21 14:10 -0400)
tree9f0bf4b4b2e26375e4f30549d0f157ed48bdb5e9
parent018bdd77cecd7d40d6685a0ec02ef3600214695d
Separate out timer setup code.

Split timer_setup() - put the tsc calibration code in its own
function.

Group all the timer setup functions together.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/timer.c