Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26283
b: refs/heads/master
c: 7f5910e
h: refs/heads/master
i:
  26281: d3b1d9c
  26279: 8177729
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Apr 28, 2006
1 parent aabb8b5 commit 1018cac
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1d3d1d3e0356b583b642b016f874e2d1bd578453
refs/heads/master: 7f5910ecabd3a36b9c06f73e33b673ccf150f3b4
4 changes: 3 additions & 1 deletion trunk/arch/i386/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ static void __init synchronize_tsc_bp (void)
if (tsc_values[i] < avg)
realdelta = -realdelta;

printk(KERN_INFO "CPU#%d had %ld usecs TSC skew, fixed it up.\n", i, realdelta);
if (realdelta > 0)
printk(KERN_INFO "CPU#%d had %ld usecs TSC "
"skew, fixed it up.\n", i, realdelta);
}

sum += delta;
Expand Down

0 comments on commit 1018cac

Please sign in to comment.