microblaze: Setup dependencies for ASM optimized lib functions
authorMichal Simek <michal.simek@xilinx.com>
Thu, 22 Feb 2018 14:19:37 +0000 (15:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Apr 2018 09:33:16 +0000 (11:33 +0200)
commitfcc347bc1e34ef384335438680871e16edc5710d
treeceea1a13fe853667ad5e7aa47795f816f8e0150d
parent5787b55b50196ad1e462789acc49d5bcefff57fb
microblaze: Setup dependencies for ASM optimized lib functions

commit 18ffc0cce4ff947a2acc9b2e06ae5309a6e6fb43 upstream.

The patch:
"microblaze: Setup proper dependency for optimized lib functions"
(sha1: 7b6ce52be3f86520524711a6f33f3866f9339694)
didn't setup all dependencies properly.
Optimized lib functions in C are also present for little endian
and optimized library functions in assembler are implemented only for
big endian version.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/microblaze/Kconfig.platform
arch/microblaze/lib/fastcopy.S