summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.30/027-mips_module_reloc.patch
AgeCommit message (Collapse)Author
2009-08-06[kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cflorian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-18mips: fix another bug in the module relocation change: the wrong base ↵nbd
address for 24 bit jump -> long jump fixup table was used git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-13kernel: fix a relative addressing bug in the mips module relocation code changenbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-11mips: replace -mlong-calls with -mno-long-calls to make function calls ↵nbd
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16772 3c298f89-4303-0410-b956-a3cf2f4a3e73