arch/sh/include/asm/pgalloc_nopmd.h
deleted100644 → 0
+0
−30
arch/sh/include/asm/pgalloc_pmd.h
deleted100644 → 0
+0
−41
+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
We also switched away from quicklists and instead moved to slab
caches. After benchmarking both implementations the difference is
negligible. The slab caches suit us better though because the size of a
pgd table is just 4 entries when we're using a 3-level page table layout
and quicklists always deal with pages.
Signed-off-by:
Matt Fleming <matt@console-pimps.org>