Changes between Version 2 and Version 3 of Ticket #1993


Ignore:
Timestamp:
Mar 31, 2008, 8:45:48 AM (16 years ago)
Author:
stippi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1993 – Description

    v2 v3  
    11On 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.
    22
    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.
     3Furthermore, in an 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.
    44
    55For HPET (and PM timer) see ACPI 3.0 specification http://www.acpi.info/spec.htm and http://www.intel.com/technology/architecture/hpetspec.htm