original_kernel/arch/mips/txx9/generic
Atsushi Nemoto 740ebe4a54 MIPS: TXx9: Fix possible overflow in clock calculations
Addition of -fwrapv option in 2.6.29 discloses possible overflow with
signed arithmetics.  For example, result of "a * 6 / 12" (int a =
400000000) is 200000000 without -fwrapv but -157913941 with -fwrapv.

Change some variable to unsigned to avoid such overflows.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-05-14 13:50:27 +01:00
..
7segled.c
Makefile
irq_tx3927.c
irq_tx4927.c
irq_tx4938.c
irq_tx4939.c
mem_tx4927.c
pci.c
setup.c
setup_tx3927.c
setup_tx4927.c MIPS: TXx9: Fix possible overflow in clock calculations 2009-05-14 13:50:27 +01:00
setup_tx4938.c MIPS: TXx9: Fix possible overflow in clock calculations 2009-05-14 13:50:27 +01:00
setup_tx4939.c MIPS: TXx9: Fix possible overflow in clock calculations 2009-05-14 13:50:27 +01:00
smsc_fdc37m81x.c
spi_eeprom.c