alistair23-linux/arch/xtensa/boot/boot-elf
Max Filippov 0376027051 xtensa: don't use l32r opcode directly
xtensa assembler is capable of representing register loads with either
movi + addmi, l32r or const16, depending on the core configuration.
Don't use '.literal' and 'l32r' directly in the code, use 'movi' and let
the assembler relax them.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2018-12-05 12:53:07 -08:00
..
.gitignore xtensa: tell git to ignore generated files 2013-06-05 10:14:19 -07:00
boot.lds.S xtensa: cleanup MMU setup and kernel layout macros 2016-07-24 06:33:58 +03:00
bootstrap.S xtensa: don't use l32r opcode directly 2018-12-05 12:53:07 -08:00
Makefile kbuild: rename LDFLAGS to KBUILD_LDFLAGS 2018-08-24 08:22:08 +09:00