From: Geert Uytterhoeven Date: Fri, 18 Oct 2013 07:05:22 +0000 (+0200) Subject: m68k/atari: Call paging_init() before nf_init() X-Git-Tag: v3.14-rc1~183^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a15dd5c4b9d916cb1734dfd79dbdd5773772abb;p=pandora-kernel.git m68k/atari: Call paging_init() before nf_init() 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 --- Reading git-diff-tree failed