spelling fixes: arch/m68k/
[powerpc.git] / arch / m68k / kernel / module.c
index 32969d0..774862b 100644 (file)
@@ -149,6 +149,9 @@ void module_fixup(struct module *mod, struct m68k_fixup_info *start,
                case m68k_fixup_memoffset:
                        *(u32 *)fixup->addr = m68k_memoffset;
                        break;
+               case m68k_fixup_vnode_shift:
+                       *(u16 *)fixup->addr += m68k_virt_to_node_shift;
+                       break;
                }
        }
 }