summaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig.devices
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-01-31 13:45:38 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2020-02-10 10:57:48 +0100
commit61c64a25ae8df45c2cd2f76343e20c3d266382ea (patch)
tree5429aa4d674960c388cf23d3be026bda006d157a /arch/m68k/Kconfig.devices
parentef9285f69f0efbc75d01cbb09fe65882effd0a25 (diff)
downloadlinux-61c64a25ae8df45c2cd2f76343e20c3d266382ea.tar.bz2
m68k: mm: Use table allocator for pgtables
With the new page-table layout, using full (4k) pages for (256 byte) pte-tables is immensely wastefull. Move the pte-tables over to the same allocator already used for the (512 byte) higher level tables (pgd/pmd). This reduces the pte-table waste from 15x to 2x. Due to no longer being bound to 16 consecutive tables, this might actually already be more efficient than the old code for sparse tables. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Will Deacon <will@kernel.org> Acked-by: Greg Ungerer <gerg@linux-m68k.org> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Tested-by: Greg Ungerer <gerg@linux-m68k.org> Link: https://lore.kernel.org/r/20200131125403.825295149@infradead.org Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.devices')
0 files changed, 0 insertions, 0 deletions