From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:41 +0000 (+0200) Subject: [PATCH] Don't synchronize time reading on single core AMD systems X-Git-Tag: v2.6.19-rc1~1077^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2049336f60d297c85ac977245b9326ec00396114;p=pandora-kernel.git [PATCH] Don't synchronize time reading on single core AMD systems We do some additional CPU synchronization in gettimeofday et.al. to make sure the time stamps are always monotonic over multiple CPUs. But on single core systems that is not needed. So don't do it. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed