mips: replace -mlong-calls with -mno-long-calls to make function calls faster in...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 11 Jul 2009 02:30:25 +0000 (02:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 11 Jul 2009 02:30:25 +0000 (02:30 +0000)
commit3b3d64743ba2a874df9d70cd19e242205b0a788c
treefff7cfbd203223f6c64e670eb1ef0e2947d189b5
parent877015bee96c8764b6d1a2cc850c2b405a34b1b7
mips: replace -mlong-calls with -mno-long-calls to make function calls faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik

SVN-Revision: 16772
target/linux/generic-2.6/patches-2.6.28/026-mips_module_reloc.patch [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.30/027-mips_module_reloc.patch [new file with mode: 0644]