android_kernel_samsung_msm8976/arch/arm
Adam Brooks 7691d931aa [ARM] 2871/1: Fixes an issue with gettimeofday not working correctly on Intel IOP3xx processors
Patch from Adam Brooks

The current gettimeofday implementation for the IOP3xx processors reads the contents of the timer interrupt register and does math on the value to figure out exactly what time it is.  To do this it  multiplies the contents of the timer register with a large constant.  The result is then divided by a large constant.  Unfortunately the result of the first multiplication is often too large for the register to hold.  The solution is to combine the two large constants to a single smaller constant at compile time.  Then the timer value can be divided by single smaller constant without any overflow issues.

Signed-off-by: Adam Brooks <adam.j.brooks@intel.com>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-09-07 17:24:36 +01:00
..
boot [ARM] 2883/1: PXA Sharpsl: Add detection of new PXA based Zaurii machine types 2005-09-07 17:24:35 +01:00
common [ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new hardware 2005-09-05 20:49:54 +01:00
configs [ARM] 2880/1: OMAP 4/4: Update H2 defconfig 2005-09-07 17:20:28 +01:00
kernel [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
lib [ARM SMP] Only enable V6K instructions on V6 MP core CPUs 2005-08-10 14:41:45 +01:00
mach-aaec2000 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-clps711x [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-clps7500 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-ebsa110 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-epxa10db [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-footbridge [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-h720x [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-imx [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-integrator [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-iop3xx [ARM] 2871/1: Fixes an issue with gettimeofday not working correctly on Intel IOP3xx processors 2005-09-07 17:24:36 +01:00
mach-ixp4xx [ARM] Fix missed initialisers/missing comma 2005-09-06 23:13:17 +01:00
mach-ixp2000 [ARM] Fix missed initialisers/missing comma 2005-09-06 23:13:17 +01:00
mach-l7200 [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-lh7a40x [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-omap1 [ARM] Fix missed initialisers/missing comma 2005-09-06 23:13:17 +01:00
mach-pxa [ARM] 2882/1: pxa2xx_sharpsl: Update PCMCIA driver to support variety of new hardware 2005-09-05 20:49:54 +01:00
mach-rpc [PATCH] ARM: Remove machine description macros 2005-07-03 17:38:58 +01:00
mach-s3c2410 [ARM] 2889/1: S3C2410 - Add machine Anubis 2005-09-07 11:49:23 +01:00
mach-sa1100 [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mach-shark [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports 2005-07-16 17:17:18 +01:00
mach-versatile [ARM] Wrap calls to descriptor handlers 2005-09-04 19:45:00 +01:00
mm [ARM] 2875/1: Data Abort fixes 2005-09-04 10:13:48 +01:00
nwfpe [PATCH] qualifiers in return types - easy cases 2005-08-23 18:43:45 -07:00
oprofile [PATCH] ARM: 2838/1: Fix arm oprofile backtrace warning 2005-08-04 15:06:59 +01:00
plat-omap [ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2 2005-09-07 17:20:26 +01:00
tools [PATCH] ARM: Update mach-types 2005-06-27 14:49:10 +01:00
vfp [PATCH] ARM: 2841/1: Fix VFP +/-0 case for doubles addition 2005-08-03 19:53:25 +01:00
Kconfig [ARM] 2864/1: VST aka CONFIG_NO_IDLE_HZ support for SA11x0 2005-09-01 12:48:48 +01:00
Kconfig.debug Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] ARM: 2802/1: OMAP update 8/11: Update OMAP arch files 2005-07-10 19:58:17 +01:00