]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: lib: Consistently enable crc32 extension
authorMark Brown <broonie@kernel.org>
Tue, 14 Apr 2020 18:28:43 +0000 (19:28 +0100)
committerWill Deacon <will@kernel.org>
Tue, 28 Apr 2020 13:36:32 +0000 (14:36 +0100)
commitdbfadc1bc9766fa583a8499c18e91a4b8a0a6928
treeede2df90e61c488bc44be4f64b6d40f433b2d12b
parent61b21724a8614fabf9475e2ee73c58ebf9f3dd16
arm64: lib: Consistently enable crc32 extension

Currently most of the assembly files that use architecture extensions
enable them using the .arch directive but crc32.S uses .cpu instead. Move
that over to .arch for consistency.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20200414182843.31664-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/lib/crc32.S