From: Paul Mackerras Date: Sat, 22 Oct 2005 04:55:23 +0000 (+1000) Subject: ppc64/powerpc: Fix time initialization on SMP systems X-Git-Tag: v2.6.15-rc1~59^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b518ed314bfd25ea5e433ce09f8b27080023db;p=pandora-kernel.git ppc64/powerpc: Fix time initialization on SMP systems This moves smp_space_timers from arch/ppc64/kernel/smp.c to arch/powerpc/kernel/time.c and makes it initialize last_jiffy[] instead of paca[].next_jiffy_update_tb, since last_jiffy[] is now what the time code uses. It also declares smp_space_timers in include/asm-powerpc/time.h and gets rid of an ifdef in div128_by_32. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed