Searched hist:"2 a5eacca85d39d8b6dffae821d7d260f05584dc7" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/sh/mm/ |
H A D | pgtable.c | 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line
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>
|
H A D | Makefile | diff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line
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>
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgalloc.h | diff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line
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>
|
H A D | pgtable.h | diff 2a5eacca85d39d8b6dffae821d7d260f05584dc7 Thu Dec 31 06:19:24 CST 2009 Matt Fleming <matt@console-pimps.org> sh: Move page table allocation out of line
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>
|