commit | bc2aecdae66876896f3c77f3e532f9ce262310de | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Nov 28 16:40:06 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Nov 28 16:40:06 2008 -0500 |
tree | b191060becec2e80e85c1dc04fab57675d5a6e63 | |
parent | cf89e66e88cc9e6cdb03a9d296827bd7d246a412 [diff] |
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.