From: Paul Mackerras Date: Thu, 10 Nov 2005 03:28:03 +0000 (+1100) Subject: powerpc: Fix SMP time initialization problem X-Git-Tag: v2.6.15-rc1~51^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe62e2b4a764aa3f9a2b9c9004f8e86a1f0ade8;p=pandora-kernel.git powerpc: Fix SMP time initialization problem We were getting the last_jiffy per-cpu variable set ahead of the current timebase in smp_space_timers on SMP machines. This caused the loop in timer_interrupt to loop virtually forever, since tb_ticks_since assumes that it will never be called with the timebase behind the last_jiffy value. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed