commit | 50479d58eaa321f916fd916615710c634b8aafaf | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Fri May 01 12:54:30 2020 +0100 |
committer | Will Deacon <will@kernel.org> | Mon May 04 12:46:03 2020 +0100 |
tree | 9fd16f1ddf06d21dfc8e6cba006bf8ca53ba3c79 | |
parent | 0343a7e46362c3836ff27ceb749ee2b6f78aa982 [diff] |
arm64: Disable old style assembly annotations Now that we have converted arm64 over to the new style SYM_ assembler annotations select ARCH_USE_SYM_ANNOTATIONS so the old macros aren't available and we don't regress. Signed-off-by: Mark Brown <broonie@kernel.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Link: https://lore.kernel.org/r/20200501115430.37315-4-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>