OSDN Git Service

lib/raid6: Fix arm64 test build
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 6 Nov 2018 00:14:41 +0000 (18:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 15:08:01 +0000 (16:08 +0100)
commit971297d275329c9f1f70fd792670e9fe7ffa4518
treec17a79a7a7ad054d725db5159b2636acd5622bcb
parente255a9e001c2c4b93fbd3c0a755b691cf4dd502f
lib/raid6: Fix arm64 test build

[ Upstream commit 313a06e636808387822af24c507cba92703568b1 ]

The lib/raid6/test fails to build the neon objects
on arm64 because the correct machine type is 'aarch64'.

Once this is correctly enabled, the neon recovery objects
need to be added to the build.

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/raid6/test/Makefile