]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
lib/raid6: Fix arm64 test build
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 6 Nov 2018 00:14:41 +0000 (18:14 -0600)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 02:00:19 +0000 (20:00 -0600)
commit9a04631fa16cf27b522ed1dcd0193a4a37b49635
tree993b958c58f912358e3e1c1af2aa78e9833acb80
parentd938f7d5b88415d25bb4dd99aaf7911f84630b31
lib/raid6: Fix arm64 test build

BugLink: https://bugs.launchpad.net/bugs/1836968
[ 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>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
lib/raid6/test/Makefile