commit | 002ec58eb57bac2380f0ed5a4e88121b4bdb32ec | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sat Jan 07 00:49:49 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:47:13 2006 +1100 |
tree | f8ee3f3028e6c316b5e49f296b9283c1f79f42da | |
parent | aed9c6ccb87d96c333bd6ae631d9e90f3b6d7271 [diff] |
[PATCH] ppc64: fix time syscall ppc64 has its own version of sys_time. It looks pretty scary, touching a whole bunch of variables without any locking or memory ordering. In fact, a recent bugreport has shown it can actually go backwards. Time to remove it and just use the generic sys_time, which is implemented on top of do_gettimeofday. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>