]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Loose GOT access in IRQ
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Tue, 19 Jan 2010 13:41:55 +0000 (14:41 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jan 2010 18:30:12 +0000 (19:30 +0100)
commitfc4e188789b01dc9f18c80869c43fdd7d1a51378
treebff9ddbb66b0e5946f1bf73da1021f3ce1befc0d
parent2903ad33a71251a3a87485b5b185852c8998f209
ppc: Loose GOT access in IRQ

Using the GOT in IRQ handlers requires r14 to be -ffixed-r14.
Avoid this by relocatate transfer_to_handler too.
This will allow to free up r14 later on.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
15 files changed:
cpu/74xx_7xx/start.S
cpu/mpc512x/start.S
cpu/mpc5xx/start.S
cpu/mpc5xxx/start.S
cpu/mpc8220/start.S
cpu/mpc824x/start.S
cpu/mpc8260/start.S
cpu/mpc83xx/start.S
cpu/mpc85xx/start.S
cpu/mpc86xx/start.S
cpu/mpc8xx/start.S
cpu/ppc4xx/start.S
include/ppc_asm.tmpl
lib_ppc/Makefile
lib_ppc/reloc.S [new file with mode: 0644]