linux/arch/xtensa/kernel
Max Filippov b6e7dbf0ed xtensa: move coprocessor_flush to the .text section
commit ab5eb336411f18fd449a1fb37d36a55ec422603f upstream.

coprocessor_flush is not a part of fast exception handlers, but it uses
parts of fast coprocessor handling code that's why it's in the same
source file. It uses call0 opcode to invoke those parts so there are no
limitations on their relative location, but the rest of the code calls
coprocessor_flush with call8 and that doesn't work when vectors are
placed in a different gigabyte-aligned area than the rest of the kernel.

Move coprocessor_flush from the .exception.text section to the .text so
that it's reachable from the rest of the kernel with call8.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-07 14:47:42 +02:00
..
syscalls
.gitignore
Makefile
align.S
asm-offsets.c xtensa: add missing exclusive access state management 2020-08-21 13:05:24 +02:00
coprocessor.S xtensa: move coprocessor_flush to the .text section 2021-04-07 14:47:42 +02:00
entry.S xtensa: fix system_call interaction with ptrace 2020-10-01 13:17:22 +02:00
head.S
hw_breakpoint.c
irq.c
jump_label.c
mcount.S
module.c
mxhead.S
pci-dma.c
pci.c
perf_event.c xtensa: fix xtensa_pmu_setup prototype 2020-08-21 13:05:24 +02:00
platform.c
process.c
ptrace.c xtensa: fix system_call interaction with ptrace 2020-10-01 13:17:22 +02:00
s32c1i_selftest.c
setup.c xtensa: update *pos in cpuinfo_op.next 2020-07-29 10:18:26 +02:00
signal.c
smp.c
stacktrace.c
syscall.c
time.c
traps.c
vectors.S
vmlinux.lds.S
xtensa_ksyms.c xtensa: fix __sync_fetch_and_{and,or}_4 declarations 2020-07-29 10:18:26 +02:00