Changes between Initial Version and Version 1 of Ticket #1993
- Timestamp:
- Mar 31, 2008, 5:53:19 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1993 – Description
initial v1 1 1 On CPUs that are able to change their frequency, the TSC increment is not invariant. Therefore, we cannot use it to compute time on these machines. Unfortunately, most recent CPUs are affected due to power saving features. 2 3 Furthermore, in a SMP environment, the TSC of the different CPUs can drift apart. See http://lkml.org/lkml/2005/11/4/173 for an interesting insight on that topic. 4 5 For HPET (and PM timer) see ACPI 3.0 specification: http://www.acpi.info/spec.htm