[PATCH] Workaround toolchain bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783

Timo Juhani Lindfors timo.lindfors at iki.fi
Wed Oct 26 22:57:29 CEST 2011


---
 sound/soc/codecs/wm8753.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index 772428a..69c499a 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -661,7 +661,7 @@ struct _pll_div {
  * to allow rounding later */
 #define FIXED_PLL_SIZE ((1 << 22) * 10)
 
-static void pll_factors(struct _pll_div *pll_div, unsigned int target,
+static noinline void pll_factors(struct _pll_div *pll_div, unsigned int target,
 	unsigned int source)
 {
 	u64 Kpart;
-- 
1.7.2.5




More information about the openmoko-kernel mailing list