commit | ec0c15afb41fd9ad45b53468b60db50170e22346 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 03 07:30:13 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 03 07:30:13 2008 -0700 |
tree | ba0b41ec5c1975949949ae7cb792bb1811aab97b | |
parent | d26acd92fa990764b72608a68224f46fac377032 [diff] |
Split up PIT part of TSC calibration from native_calibrate_tsc The TSC calibration function is still very complicated, but this makes it at least a little bit less so by moving the PIT part out into a helper function of its own. Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-of-by: Linus Torvalds <torvalds@linux-foundation.org>