summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-12-14 16:21:48 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2005-12-14 16:21:48 -0800
commit28247644cc07b54a798d997631d01531f2d9acfd (patch)
treea4cffdcacd92504b23045cdea60f8c4aa45dd466 /arch/arm/kernel/module.c
parent1542272a60ab9c0655a13ead8b7d7a661365f9fb (diff)
parentc7868048a7314bb4a2973097d605f00acd3b70bd (diff)
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/arm/kernel/module.c')
-rw-r--r--arch/arm/kernel/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c
index 6055e1427ba..055bf5d2889 100644
--- a/arch/arm/kernel/module.c
+++ b/arch/arm/kernel/module.c
@@ -101,6 +101,8 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
break;
case R_ARM_PC24:
+ case R_ARM_CALL:
+ case R_ARM_JUMP24:
offset = (*(u32 *)loc & 0x00ffffff) << 2;
if (offset & 0x02000000)
offset -= 0x04000000;