Implement tsc based delay timers, and use them throughout code.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 28 Nov 2008 21:40:06 +0000 (16:40 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 28 Nov 2008 21:40:06 +0000 (16:40 -0500)
commitbc2aecdae66876896f3c77f3e532f9ce262310de
treeb191060becec2e80e85c1dc04fab57675d5a6e63
parentcf89e66e88cc9e6cdb03a9d296827bd7d246a412
Implement tsc based delay timers, and use them throughout code.

Calibrate the timestamp-counter using the PIT timer2 mechanism.
Implement ndelay/udelay/mdelay using tsc.
Remove obsolete sleeping mechanisms.
src/ata.c
src/clock.c
src/post_menu.c
src/ps2port.c
src/smpdetect.c
src/util.h