From 61aaacba2270e7e473927b04826031e088747245 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 19 Mar 2007 16:03:16 +0000 Subject: [PATCH] update tsc doc git-svn-id: http://ltt.polymtl.ca/svn@2441 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/developer/tsc.txt | 26 +++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/ltt/branches/poly/doc/developer/tsc.txt b/ltt/branches/poly/doc/developer/tsc.txt index d3ce2310..6733d46c 100644 --- a/ltt/branches/poly/doc/developer/tsc.txt +++ b/ltt/branches/poly/doc/developer/tsc.txt @@ -17,18 +17,26 @@ http://developer.amd.com/article_print.jsp?id=92 (RH) before 7th gen : ok 7th gen: P-state (performance state) change - sol : disable powernow + UP : warn about time inaccuracy + SMP + sol : disable powernow + Use monotonic pseudo-TSC STPCLK-Throttling (temperature) : only done on UP, ok + UP : warn about time inaccuracy 8th gen : P-state change - dual-core : locked-step + UP : inaccuracy + dual-core : locked-step ; inaccuracy SMP : may drift - sol : disable powernow + sol : disable powernow + Use monotonic pseudo-TSC SMP, dual core : C1-clock ramping (halt) (power state : C-state) sol : idle=poll or disable C1-ramping + Use monotonic pseudo-TSC STPCLK-Throttling (temperature) : - single processor dual-core ok + single processor dual-core ok ; inaccuracy SMP : NOT ok (rare) + Use monotonic pseudo-TSC Until TSC becomes invariant, AMD recommends that operating @@ -122,10 +130,16 @@ Intel Pentium M family [06H], models [09H, 0DH] - SOL : disable speedstep + UP + warn about time inaccuracy + SMP + SOL : disable speedstep Pentium 4 processors, Intel Xeon family [0FH], models [00H, 01H, or 02H] - SOL : disable speedstep + UP + warn about time inaccuracy + SMP + SOL : disable speedstep Other : ok -- 2.34.1