1. 12 8月, 2011 2 次提交
  2. 07 5月, 2011 1 次提交
  3. 18 2月, 2011 1 次提交
  4. 02 11月, 2010 1 次提交
  5. 20 10月, 2010 1 次提交
  6. 16 2月, 2010 1 次提交
  7. 13 2月, 2010 1 次提交
  8. 18 1月, 2010 1 次提交
    • T
      ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(void) · b53e9b5e
      Tony Lindgren 提交于
      Because of the include of the decompress_inflate.c file from
      boot/compress/misc.c, there are different flush() defines:
      
      In file included from arch/arm/boot/compressed/misc.c:249:
      arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0
      
      Fix this by removing the define of flush() in misc.c for
      CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h,
      and that is being included unconditionally.
      
      Also use a static inline function instead of define
      for mach-mxc and mach-gemini to avoid similar bug
      for those platforms.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b53e9b5e
  9. 28 5月, 2009 1 次提交
  10. 30 3月, 2009 1 次提交
  11. 26 3月, 2009 2 次提交