diff options
author | Peter Zijlstra <[email protected]> | 2020-01-31 13:45:38 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2020-02-10 10:57:48 +0100 |
commit | 61c64a25ae8df45c2cd2f76343e20c3d266382ea (patch) | |
tree | 5429aa4d674960c388cf23d3be026bda006d157a /scripts/patch-kernel | |
parent | ef9285f69f0efbc75d01cbb09fe65882effd0a25 (diff) |
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) <[email protected]>
Acked-by: Will Deacon <[email protected]>
Acked-by: Greg Ungerer <[email protected]>
Tested-by: Michael Schmitz <[email protected]>
Tested-by: Greg Ungerer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions