commit | 83bcbf8dad86c217ef70b4b4d53811422bb79dfa | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Oct 19 21:23:49 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 19 23:04:30 2005 -0700 |
tree | c5a1bee4db5f01af74070131fb5fac7961259441 | |
parent | 6985c43f39b3d799999c390099c56ebbee27d4f4 [diff] |
[PATCH] ppc64: Fix error in vDSO 32 bits date The implementation of __kernel_gettimeofday() in the 32 bits vDSO has a small bug (a typo actually) that will cause it to lose 1 bit of precision. Not terribly bad but worth fixing. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>