diff options
Diffstat (limited to 'arch/m68k/mm/motorola.c')
-rw-r--r-- | arch/m68k/mm/motorola.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/mm/motorola.c b/arch/m68k/mm/motorola.c index afcccdc6ad4..98ef00547b3 100644 --- a/arch/m68k/mm/motorola.c +++ b/arch/m68k/mm/motorola.c @@ -222,6 +222,9 @@ void __init paging_init(void) pgprot_val(protection_map[i]) |= _PAGE_CACHE040; } + module_fixup(NULL, __start_fixup, __stop_fixup); + flush_icache(); + /* * Map the physical memory available into the kernel virtual * address space. It may allocate some memory for page |