kernel-ark/arch/powerpc/platforms/powermac
Paul Mackerras 0c2aca88bd 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 <paulus@samba.org>
2006-03-03 21:31:25 +11:00
..
backlight.c powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
bootx_init.c [PATCH] powerpc: Add back support for booting from BootX (#2) 2006-01-09 14:49:58 +11:00
cache.S powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
cpufreq_32.c powerpc: Fix typo in pmac_cpufreq_resume 2005-11-08 12:13:38 +11:00
cpufreq_64.c spelling: s/retreive/retrieve/ 2006-01-10 00:10:13 +01:00
feature.c [PATCH] powermac: Fix loss of ethernet PHY on sleep 2006-02-20 20:00:11 -08:00
low_i2c.c [PATCH] bogus extern in low_i2c.c 2006-02-07 20:58:39 -05:00
Makefile [PATCH] 3/5 powerpc: Add platform functions interpreter 2006-01-09 15:47:18 +11:00
nvram.c [PATCH] powerpc: Remove device_node addrs/n_addr 2006-01-09 14:53:55 +11:00
pci.c [PATCH] powermac pci iomem annotations 2006-02-08 01:03:33 -05:00
pfunc_base.c powerpc: Turn off verbose debug output in powermac platform functions 2006-03-03 20:50:29 +11:00
pfunc_core.c powerpc: Turn off verbose debug output in powermac platform functions 2006-03-03 20:50:29 +11:00
pic.c [PATCH] powerpc: Experimental support for new G5 Macs (#2) 2006-01-09 15:03:17 +11:00
pic.h powerpc: rename powermac files to remove pmac_ prefix 2005-10-10 22:13:53 +10:00
pmac.h [PATCH] powerpc: Remove device_node addrs/n_addr 2006-01-09 14:53:55 +11:00
setup.c [PATCH] drive_info removal outside of arch/i386 2006-02-07 20:56:47 -05:00
sleep.S ppc32: use L1_CACHE_SHIFT/L1_CACHE_BYTES 2005-10-17 11:50:32 +10:00
smp.c powerpc32: Fix timebase synchronization on 32-bit powermacs 2006-03-03 21:31:25 +11:00
time.c [PATCH] powerpc: Remove device_node addrs/n_addr 2006-01-09 14:53:55 +11:00
udbg_adb.c [PATCH] powerpc: udbg updates 2006-01-09 14:51:22 +11:00
udbg_scc.c [PATCH] powerpc: Make early debugging configurable via Kconfig 2006-01-11 14:48:26 +11:00