]> Pileus Git - ~andy/linux/commitdiff
m68k/atari: Call paging_init() before nf_init()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 18 Oct 2013 07:05:22 +0000 (09:05 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:09:23 +0000 (11:09 +0100)
nf_init() uses virt_to_phys(), which depends on m68k_memoffset being set and
module_fixup() having been called, but this is only done in paging_init().
Hence call paging_init() before nf_init().

This went unnoticed, as virt_to_phys() is a no-op on Atari, unless you start
fiddling with the memory blocks in the bootinfo manually.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/setup_mm.c

index 0191485d7b7d6ebfafbe54ba2a7d8504ca062c24..28abca421974f4a240e203b84afa332b17acd041 100644 (file)
@@ -346,12 +346,12 @@ void __init setup_arch(char **cmdline_p)
                panic("No configuration setup");
        }
 
+       paging_init();
+
 #ifdef CONFIG_NATFEAT
        nf_init();
 #endif
 
-       paging_init();
-
 #ifndef CONFIG_SUN3
        for (i = 1; i < m68k_num_memory; i++)
                free_bootmem_node(NODE_DATA(i), m68k_memory[i].addr,