microblaze: Add support for R_MICROBLAZE_64_NONE
authorMichal Simek <monstr@monstr.eu>
Thu, 23 Jul 2009 06:24:47 +0000 (08:24 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 27 Jul 2009 07:03:18 +0000 (09:03 +0200)
For example reiserfs use this relocation type.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/module.c

index 93a3871..5a45b1a 100644 (file)
@@ -130,6 +130,10 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
                        pr_debug("R_MICROBLAZE_32_PCREL_LO\n");
                        break;
 
+               case R_MICROBLAZE_64_NONE:
+                       pr_debug("R_MICROBLAZE_NONE\n");
+                       break;
+
                case R_MICROBLAZE_NONE:
                        pr_debug("R_MICROBLAZE_NONE\n");
                        break;