commit | c35a7261eaf0e57924e2c56c6d72dc44ee9f3634 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sun Jul 30 03:03:19 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 31 13:28:38 2006 -0700 |
tree | cb59f2b3ca4b7705ee715824d0e8aeb37454de57 | |
parent | 851f8a6906b71f7a19043d4d722dd4ffab7aeafc [diff] |
[PATCH] synchronize_tsc() fixes - Move the tsc synchronisation variables into a struct, mark it __initdata - local `realdelta' wants to be 64-bit - Print the skew for negative skews, as well as for positive ones - remove dead code Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>