diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-16 13:27:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-16 13:27:34 -0700 |
commit | 8757ae23a33d312bd09bd3b8c7824b3323954608 (patch) | |
tree | 5b069bbd753090eaa8e89d33d3ab325124b57484 /arch/microblaze/lib/fastcopy.S | |
parent | 1660a76a87ffae74ad18b09e17ce4dcc5aa7308f (diff) | |
parent | 101646a24a2f9cdb61d7732459fbf068a7bbb542 (diff) | |
download | linux-8757ae23a33d312bd09bd3b8c7824b3323954608.tar.bz2 |
Merge tag 'microblaze-4.16-rc6' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze fixes from Michal Simek:
- Use NO_BOOTMEM to fix boot issue
- Fix opt lib endian dependencies
* tag 'microblaze-4.16-rc6' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: switch to NO_BOOTMEM
microblaze: remove unused alloc_maybe_bootmem
microblaze: Setup dependencies for ASM optimized lib functions
Diffstat (limited to 'arch/microblaze/lib/fastcopy.S')
-rw-r--r-- | arch/microblaze/lib/fastcopy.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/lib/fastcopy.S b/arch/microblaze/lib/fastcopy.S index 62021d7e249e..fdc48bb065d8 100644 --- a/arch/microblaze/lib/fastcopy.S +++ b/arch/microblaze/lib/fastcopy.S @@ -29,10 +29,6 @@ * between mem locations with size of xfer spec'd in bytes */ -#ifdef __MICROBLAZEEL__ -#error Microblaze LE not support ASM optimized lib func. Disable OPT_LIB_ASM. -#endif - #include <linux/linkage.h> .text .globl memcpy |