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 ?