diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-18 07:05:22 (GMT) |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 10:09:23 (GMT) |
commit | 7a15dd5c4b9d916cb1734dfd79dbdd5773772abb (patch) | |
tree | 02f1c1f19a1cf547bd004a09607b20d7d0352d31 /scripts/cleanpatch | |
parent | 371001e502e8cd3543f7b9907d398a112939dff7 (diff) | |
download | linux-7a15dd5c4b9d916cb1734dfd79dbdd5773772abb.tar.xz |
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 <geert@linux-m68k.org>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions