1. 29 3月, 2012 2 次提交
  2. 26 3月, 2012 1 次提交
    • S
      ARM: tegra: Include assembler.h in sleep.S to fix build break · 7175f80b
      Stephen Warren 提交于
      Commit 6f6f6a70 "ARM: create a common IOMEM definition" moved macro
      IOMEM(), and requires users to include <asm/assembler.h>. Fix Tegra's
      sleep.S to do so. This fixes:
      
      arch/arm/mach-tegra/sleep.S: Assembler messages:
      arch/arm/mach-tegra/sleep.S:77: Error: missing ')'
      arch/arm/mach-tegra/sleep.S:77: Error: garbage following instruction
          -- `movw r0,#:lower16:(0x60007000-0x60000000+IOMEM(0xFE200000))'
      
      Note: This only shows up after 0a258935 "ARM: tegra: update defconfig"
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      7175f80b
  3. 24 3月, 2012 1 次提交
  4. 22 3月, 2012 1 次提交
  5. 19 3月, 2012 2 次提交
  6. 14 3月, 2012 1 次提交
  7. 13 3月, 2012 1 次提交
  8. 08 3月, 2012 2 次提交
  9. 07 3月, 2012 2 次提交
  10. 06 3月, 2012 2 次提交
  11. 05 3月, 2012 6 次提交
  12. 28 2月, 2012 1 次提交
    • S
      ARM: tegra: uncompress.h: Don't depend on kernel headers · e77a6b31
      Stephen Warren 提交于
      This fixes the following compile error:
      
        CC      arch/arm/boot/compressed/misc.o
      In file included from arch/arm/boot/compressed/misc.c:28:0:
      arch/arm/mach-tegra/include/mach/uncompress.h: In function 'arch_decomp_setup':
      arch/arm/mach-tegra/include/mach/uncompress.h:125:2: error: implicit declaration of function 'BUILD_BUG_ON_ZERO' [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      
      This is due to use of the ARRAY_SIZE() macro. Typically, this would be
      solved by including <linux/bug.h>, but the compressor code isn't part of
      the kernel, and so should not include kernel headers. Instead, define
      the few macros the code uses directly, and in a way that doesn't depend
      on <linux/bug.h>.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      e77a6b31
  13. 27 2月, 2012 15 次提交
  14. 24 2月, 2012 1 次提交
  15. 22 2月, 2012 1 次提交
  16. 13 2月, 2012 1 次提交