commit | 634473db86502b6444c3cebd279a06e0b8737527 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Feb 26 08:09:00 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Feb 28 16:25:54 2006 +1100 |
tree | 15b898352bc7fbfbc1a6cc9ef674eef89313dc59 | |
parent | 827c1a6c1a5dcb2902fecfb648f9af6a532934eb [diff] |
[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 <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>