From: Anton Blanchard Date: Fri, 6 Jan 2006 13:49:49 +0000 (+1100) Subject: [PATCH] ppc64: fix time syscall X-Git-Tag: v2.6.16-rc1~666^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=002ec58eb57bac2380f0ed5a4e88121b4bdb32ec;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed