Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/frv/mm
David Howells 3c835670ab FRV: arrange things such that BRA can reach from the trap table
Arrange the sections in the FRV arch so that a BRA instruction with a
16-bit displacement can always reach from the trap table to entry.S,
tlb-miss.S and break.S.

The problem otherwise is that the linker can insert sufficient code between
the slots in the trap table and the targets of the branch instructions in
those slots that the displacement field in the instruction isn't
sufficiently large.  This is because the branch targets were in the .text
section along with most of the other code in the kernel.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-11-29 09:24:54 -08:00
..
cache-page.c
dma-alloc.c
elf-fdpic.c FRV: Miscellaneous fixes 2007-05-08 20:41:14 -07:00
extable.c
fault.c During VM oom condition, kill all threads in process group 2007-10-16 09:42:52 -07:00
highmem.c
init.c FRV: Remove the section annotation on free_initmem() 2007-11-09 15:02:25 -08:00
kmap.c
Makefile
mmu-context.c
pgalloc.c FRV: Replace pgd management via slabs through quicklists 2007-05-09 12:30:46 -07:00
tlb-flush.S
tlb-miss.S FRV: arrange things such that BRA can reach from the trap table 2007-11-29 09:24:54 -08:00
unaligned.c