1. 08 4月, 2014 2 次提交
  2. 07 4月, 2014 1 次提交
    • M
      arm64: fix !CONFIG_COMPAT build failures · ff268ff7
      Mark Salter 提交于
      Recent arm64 builds using CONFIG_ARM64_64K_PAGES are failing with:
      
        arch/arm64/kernel/perf_regs.c: In function ‘perf_reg_abi’:
        arch/arm64/kernel/perf_regs.c:41:2: error: implicit declaration of function ‘is_compat_thread’
      
        arch/arm64/kernel/perf_event.c:1398:2: error: unknown type name ‘compat_uptr_t’
      
      This is due to some recent arm64 perf commits with compat support:
      
        commit 23c7d70d:
          ARM64: perf: add support for frame pointer unwinding in compat mode
      
        commit 2ee0d7fd:
          ARM64: perf: add support for perf registers API
      
      Those patches make the arm64 kernel unbuildable if CONFIG_COMPAT is not
      defined and CONFIG_ARM64_64K_PAGES depends on !CONFIG_COMPAT. This patch
      allows the arm64 kernel to build with and without CONFIG_COMPAT.
      Signed-off-by: NMark Salter <msalter@redhat.com>
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      ff268ff7
  3. 05 4月, 2014 2 次提交
  4. 03 4月, 2014 1 次提交
  5. 02 4月, 2014 1 次提交
  6. 24 3月, 2014 3 次提交
  7. 21 3月, 2014 1 次提交
  8. 19 3月, 2014 1 次提交
  9. 15 3月, 2014 4 次提交
  10. 13 3月, 2014 8 次提交
  11. 10 3月, 2014 1 次提交
  12. 04 3月, 2014 5 次提交
  13. 28 2月, 2014 4 次提交
  14. 27 2月, 2014 2 次提交
  15. 26 2月, 2014 4 次提交