Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63562
b: refs/heads/master
c: b718f91
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Tony Luck committed Aug 1, 2007
1 parent 1f5014e commit 8bf53b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40d485753423b87239cc16b6c8141ef8792324d9
refs/heads/master: b718f91c14604e4ab5cdfe8d3baff8111425ea7d
16 changes: 15 additions & 1 deletion trunk/arch/ia64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,21 @@ ia64_init_itm (void)
if (!nojitter)
itc_jitter_data.itc_jitter = 1;
#endif
}
} else
/*
* ITC is drifty and we have not synchronized the ITCs in smpboot.c.
* ITC values may fluctuate significantly between processors.
* Clock should not be used for hrtimers. Mark itc as only
* useful for boot and testing.
*
* Note that jitter compensation is off! There is no point of
* synchronizing ITCs since they may be large differentials
* that change over time.
*
* The only way to fix this would be to repeatedly sync the
* ITCs. Until that time we have to avoid ITC.
*/
clocksource_itc.rating = 50;

/* Setup the CPU local timer tick */
ia64_cpu_local_tick();
Expand Down

0 comments on commit 8bf53b0

Please sign in to comment.