From: john stultz Date: Wed, 28 Sep 2005 04:45:36 +0000 (-0700) Subject: [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs X-Git-Tag: v2.6.14-rc3~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c132b5fe6579ed4b4892c02fe6c05f7e3afc579;p=pandora-kernel.git [PATCH] x86-64: Fix bad assumption that dualcore cpus have synced TSCs This should resolve the issue seen in bugme bug #5105, where it is assumed that dualcore x86_64 systems have synced TSCs. This is not the case, and alternate timesources should be used instead. For more details, see: http://bugzilla.kernel.org/show_bug.cgi?id=5105 Andi's earlier concerns that the TSCs should be synced on dualcore systems have been resolved by confirmation from AMD folks that they can be unsynced. Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed