m68k: discontinuous memory support
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 31 May 2007 07:40:54 +0000 (00:40 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 31 May 2007 14:58:14 +0000 (07:58 -0700)
commit12d810c1b8c2b913d48e629e2b5c01d105029839
treeb39162d3168f6173af3d0e5790e16eb45a70dfaf
parent00c541eae7a477e3d1adb1ebf27cccc0bdb5f824
m68k: discontinuous memory support

Fix support for discontinuous memory

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 files changed:
arch/m68k/Kconfig
arch/m68k/kernel/module.c
arch/m68k/kernel/setup.c
arch/m68k/mm/init.c
arch/m68k/mm/memory.c
arch/m68k/mm/motorola.c
arch/m68k/sun3/config.c
include/asm-m68k/mmzone.h [new file with mode: 0644]
include/asm-m68k/module.h
include/asm-m68k/motorola_pgtable.h
include/asm-m68k/page.h
include/asm-m68k/pgalloc.h
include/asm-m68k/pgtable.h
include/asm-m68k/sun3_pgtable.h
include/asm-m68k/virtconvert.h
mm/page_alloc.c