[PATCH] synchronize_tsc() fixes
authorAndrew Morton <akpm@osdl.org>
Sun, 30 Jul 2006 10:03:19 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Jul 2006 20:28:38 +0000 (13:28 -0700)
commitc35a7261eaf0e57924e2c56c6d72dc44ee9f3634
treecb59f2b3ca4b7705ee715824d0e8aeb37454de57
parent851f8a6906b71f7a19043d4d722dd4ffab7aeafc
[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>
arch/i386/kernel/smpboot.c