Felix Fietkau f9da6238e4 kernel: fix MIPS memory function optimization build error in decompressor
Fixes the following build error:
  CC      arch/mips/boot/compressed/decompress.o
  OBJCOPY arch/mips/boot/compressed/vmlinux.bin
  XZKERN  arch/mips/boot/compressed/vmlinux.bin.z
  OBJCOPY arch/mips/boot/compressed/piggy.o
  LD      vmlinuz
arch/mips/boot/compressed/decompress.o: In function `lzma2_lzma':
/tmp2/mehrtens/linux/arch/mips/boot/compressed/../../../../lib/xz/xz_dec_lzma2.c:884: undefined reference to `memmove'
make[1]: *** [vmlinuz] Error 1
make: *** [vmlinuz] Error 2

lib/decompress_unxz.c only defines its own memmove function if there is no
macro with the same name.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2017-02-28 20:22:10 +01:00
..
2016-09-04 13:35:11 +02:00
2017-02-26 13:31:44 +01:00
2017-02-26 13:31:44 +01:00
2017-02-11 15:38:11 +01:00
2017-02-16 17:17:15 +01:00
2017-02-10 11:05:57 +01:00
2016-09-04 13:35:11 +02:00
2017-01-10 12:49:34 +01:00
2017-02-26 13:31:44 +01:00
2017-02-26 13:31:44 +01:00
2017-02-26 13:31:44 +01:00