1. 02 12月, 2015 1 次提交
  2. 27 11月, 2015 1 次提交
  3. 12 11月, 2015 1 次提交
    • A
      arm64: mark cpus_have_hwcap as __maybe_unused · 3d6d1035
      Arnd Bergmann 提交于
      cpus_have_hwcap() is defined as a 'static' function an only used in
      one place that is inside of an #ifdef, so we get a warning when
      the only user is disabled:
      
      arch/arm64/kernel/cpufeature.c:699:13: warning: 'cpus_have_hwcap' defined but not used [-Wunused-function]
      
      This marks the function as __maybe_unused, so the compiler knows that
      it can drop the function definition without warning about it.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 37b01d53 ("arm64/HWCAP: Use system wide safe values")
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      3d6d1035
  4. 29 10月, 2015 1 次提交
  5. 21 10月, 2015 11 次提交
  6. 10 10月, 2015 1 次提交
  7. 27 7月, 2015 4 次提交
  8. 12 6月, 2015 1 次提交
  9. 30 3月, 2015 1 次提交