aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-07-23 02:24:47 -0400
committerMichal Simek <monstr@monstr.eu>2009-07-27 03:03:18 -0400
commit679711b82f010b854c5d4d88472c7a20fdc2b5fe (patch)
tree60f9b98ba20e64e6bbe4cc110a99a77a4e7cbdd8 /arch/microblaze
parentfadf2e60a6dc7267658fa0c9e3bef13c699c7e1f (diff)
microblaze: Add support for R_MICROBLAZE_64_NONE
For example reiserfs use this relocation type. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/module.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/module.c b/arch/microblaze/kernel/module.c
index 93a3871ea541..5a45b1adfef1 100644
--- a/arch/microblaze/kernel/module.c
+++ b/arch/microblaze/kernel/module.c
@@ -130,6 +130,10 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
130 pr_debug("R_MICROBLAZE_32_PCREL_LO\n"); 130 pr_debug("R_MICROBLAZE_32_PCREL_LO\n");
131 break; 131 break;
132 132
133 case R_MICROBLAZE_64_NONE:
134 pr_debug("R_MICROBLAZE_NONE\n");
135 break;
136
133 case R_MICROBLAZE_NONE: 137 case R_MICROBLAZE_NONE:
134 pr_debug("R_MICROBLAZE_NONE\n"); 138 pr_debug("R_MICROBLAZE_NONE\n");
135 break; 139 break;