linux/arch/powerpc
Paul Mackerras 5f6b5b973a powerpc: Fix time setting bug on 32-bit
This fixes a bug where settimeofday would set the wrong parameters
in do_gtod, resulting in gettimeofday returning a value about 4
hours after the correct time.  The bug was that we divided a
negative 64-bit value with do_div, which treated it as unsigned
and gave us a result that was approximately 1.8e10 too large
(since the divisor was 1e9).

Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-30 22:55:52 +11:00
..
kernel powerpc: Fix time setting bug on 32-bit 2005-10-30 22:55:52 +11:00
lib powerpc: Merge xmon 2005-10-28 22:53:37 +10:00
mm powerpc: import a gfp_t fix to arch/powerpc/mm/pgtable_32.c 2005-10-29 22:10:38 +10:00
oprofile [PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch] 2005-10-20 16:22:24 +10:00
platforms powerpc: Merge maple support code to arch/powerpc/platforms/maple 2005-10-29 22:07:56 +10:00
sysdev powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev 2005-10-28 08:29:36 +10:00
xmon powerpc: Remove T command from xmon help text since it no longer exists 2005-10-29 22:11:06 +10:00
Kconfig [PATCH] ppc64 memory model depends on NUMA 2005-10-29 15:27:39 +10:00
Kconfig.debug powerpc: Merge Kconfig.debug 2005-10-10 22:15:52 +10:00
Makefile powerpc: Add -mno-altivec for ARCH=powerpc builds 2005-10-29 15:31:17 +10:00