From: Kyle McMartin <kyle@xxxxxxxxxxx> Date: Wed, 16 Jun 2010 15:22:57 -0400 > arch/sparc/kernel/module.c needs to be patched to support the new > relocation type... Based on binutils/gas/config/tc-sparc.c and gold's > sparc config this looks to be the same as the hi22 reloc... > > Can you test the following patch? This change is incorrect. LM22 relocations do not get emitted for the "medlow" code model, which is what is explicitly specified on the kernel compiler command line for sparc64 via "-mcmodel=medlow". Someone this person is using incorrect CFLAGS when building their module, and that's why they have this problem, because the compiler's default code model on sparc64 can generate those relocations. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html