1
0
Fork 0
alistair23-linux/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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cache-page.c [PATCH] frv: implement and export various things required by modules 2006-01-08 20:13:36 -08:00
dma-alloc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
elf-fdpic.c FRV: Miscellaneous fixes 2007-05-08 20:41:14 -07:00
extable.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fault.c During VM oom condition, kill all threads in process group 2007-10-16 09:42:52 -07:00
highmem.c [PATCH] frv: implement and export various things required by modules 2006-01-08 20:13:36 -08:00
init.c FRV: Remove the section annotation on free_initmem() 2007-11-09 15:02:25 -08:00
kmap.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
mmu-context.c [PATCH] frv: remove unnesesary "&" 2006-03-26 08:57:09 -08:00
pgalloc.c FRV: Replace pgd management via slabs through quicklists 2007-05-09 12:30:46 -07:00
tlb-flush.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
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 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00