From: Benjamin Herrenschmidt Date: Sat, 25 Feb 2006 21:09:00 +0000 (+1100) Subject: [PATCH] powerpc: vdso 64bits gettimeofday bug X-Git-Tag: v2.6.16-rc6~158^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634473db86502b6444c3cebd279a06e0b8737527;p=pandora-kernel.git [PATCH] powerpc: vdso 64bits gettimeofday bug A bug in the assembly code of the vdso can cause gettimeofday() to hang or to return incorrect results. The wrong register was used to test for pending updates of the calibration variables and to create a dependency for subsequent loads. This fixes it. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed