Re: [PATCH] mm: consolidate pgtable_cache_init() and pgd_cache_init()

From: Marc Gonzalez
Date: Wed Aug 21 2019 - 12:17:17 EST


On 21/08/2019 17:06, Mike Rapoport wrote:

> Both pgtable_cache_init() and pgd_cache_init() are used to initialize kmem
> cache for page table allocations on several architectures that do not use
> PAGE_SIZE tables for one or more levels of the page table hierarchy.
>
> Most architectures do not implement these functions and use __week default

s/week/weak ?