Home
last modified time | relevance | path

Searched hist:"517 e22638c282bb07c52a11f928961ed4822196b" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/mm/
H A Dinit_64.cdiff 517e22638c282bb07c52a11f928961ed4822196b Wed May 09 06:38:48 CEST 2007 Hugh Dickins <hugh@veritas.com> [POWERPC] Don't use SLAB/SLUB for PTE pages

The SLUB allocator relies on struct page fields first_page and slab,
overwritten by ptl when SPLIT_PTLOCK: so the SLUB allocator cannot then
be used for the lowest level of pagetable pages. This was obstructing
SLUB on PowerPC, which uses kmem_caches for its pagetables. So convert
its pte level to use normal gfp pages (whereas pmd, pud and 64k-page pgd
want partpages, so continue to use kmem_caches for pmd, pud and pgd).

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>