Searched hist:c861519fcf95b2d46cb4275903423b43ae150a40 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/sni/ |
H A D | reset.c | diff ec7b97208aaed46bd3fbe166d5909228c380a720 Fri Nov 27 12:17:01 CST 2015 Ralf Baechle <ralf@linux-mips.org> MIPS: Fix build error due to unused variables.
c861519fcf95b2d46cb4275903423b43ae150a40 ("MIPS: Fix delay loops which may be removed by GCC.") which made it upstream was an outdated version of the patch and is lacking some the removal of two variables that became unused thus resulting in further warnings and build breakage. The commit from ae878615d7cee5d7346946cf1ae1b60e427013c2 was correct however.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> diff c861519fcf95b2d46cb4275903423b43ae150a40 Fri Nov 27 12:17:01 CST 2015 Ralf Baechle <ralf@linux-mips.org> MIPS: Fix delay loops which may be removed by GCC.
GCC 4.1 and newer remove empty loops. This becomes a problem when delay loops get removed. Fixed by rewriting to user the proper Linux interface for such delays.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Reported-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: John Crispin <blogic@openwrt.org>
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-rt2880.c | diff ec7b97208aaed46bd3fbe166d5909228c380a720 Fri Nov 27 12:17:01 CST 2015 Ralf Baechle <ralf@linux-mips.org> MIPS: Fix build error due to unused variables.
c861519fcf95b2d46cb4275903423b43ae150a40 ("MIPS: Fix delay loops which may be removed by GCC.") which made it upstream was an outdated version of the patch and is lacking some the removal of two variables that became unused thus resulting in further warnings and build breakage. The commit from ae878615d7cee5d7346946cf1ae1b60e427013c2 was correct however.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> diff c861519fcf95b2d46cb4275903423b43ae150a40 Fri Nov 27 12:17:01 CST 2015 Ralf Baechle <ralf@linux-mips.org> MIPS: Fix delay loops which may be removed by GCC.
GCC 4.1 and newer remove empty loops. This becomes a problem when delay loops get removed. Fixed by rewriting to user the proper Linux interface for such delays.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Reported-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: John Crispin <blogic@openwrt.org>
|