From: Paul Mackerras Date: Fri, 3 Mar 2006 10:31:25 +0000 (+1100) Subject: powerpc32: Fix timebase synchronization on 32-bit powermacs X-Git-Tag: v2.6.16-rc6~54^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2aca88bdac4254a13466fb108733d243a118b6;p=pandora-kernel.git powerpc32: Fix timebase synchronization on 32-bit powermacs The variable `timebase' used to transfer the current timebase value from one cpu to the other in smp_core99_give/take_timebase was only an unsigned long, i.e. 32 bits on 32-bit machines. It needs to be 64 bits. This makes it a u64, and fixes the issue reported by Kyle Moffett, that the two cpus see wildly different values for the time of day. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed