]> Git Repo - linux.git/commit
m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
authorMike Rapoport <[email protected]>
Tue, 15 Dec 2020 03:10:11 +0000 (19:10 -0800)
committerLinus Torvalds <[email protected]>
Tue, 15 Dec 2020 20:13:43 +0000 (12:13 -0800)
commit4bfc848e0981fcd35db00fe1c6581560689f6dc7
treebcc52206da0217950bbcdb2398d451aa643ece7b
parent6b2ad8d763727b887d85c990747271ee804d9abb
m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM

The pg_data_map and pg_data_table arrays as well as page_to_pfn() and
pfn_to_page() are required only for DISCONTIGMEM. Other memory models can
use the generic definitions in asm-generic/memory_model.h.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Greg Ungerer <[email protected]>
Cc: John Paul Adrian Glaubitz <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Matt Turner <[email protected]>
Cc: Meelis Roos <[email protected]>
Cc: Michael Schmitz <[email protected]>
Cc: Russell King <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m68k/Kconfig.cpu
arch/m68k/include/asm/page.h
arch/m68k/include/asm/page_mm.h
arch/m68k/include/asm/virtconvert.h
arch/m68k/mm/init.c
This page took 0.062101 seconds and 4 git commands to generate.