Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80355
b: refs/heads/master
c: df43510
h: refs/heads/master
i:
  80353: b498bb2
  80351: efd00d8
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 2b8262f commit 3dbbbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ade1af77129dea6e335b525ed3be3b846bc1ec13
refs/heads/master: df43510b18b8439465b4b58556f0495b5f5d771e
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/tsc_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ static __cpuinit void check_tsc_warp(void)

/*
* Be nice every now and then (and also check whether
* measurement is done [we also insert a 100 million
* measurement is done [we also insert a 10 million
* loops safety exit, so we dont lock up in case the
* TSC readout is totally broken]):
*/
if (unlikely(!(i & 7))) {
if (now > end || i > 100000000)
if (now > end || i > 10000000)
break;
cpu_relax();
touch_nmi_watchdog();
Expand Down

0 comments on commit 3dbbbc4

Please sign in to comment.