Mike Rapoport 782de70c42 mm: consolidate pgtable_cache_init() and pgd_cache_init()
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 __weak default
NOP implementation of pgd_cache_init().  Since there is no such default
for pgtable_cache_init(), its empty stub is duplicated among most
architectures.

Rename the definitions of pgd_cache_init() to pgtable_cache_init() and
drop empty stubs of pgtable_cache_init().

Link: http://lkml.kernel.org/r/1566457046-22637-1-git-send-email-rppt@linux.ibm.com
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Acked-by: Will Deacon <will@kernel.org>		[arm64]
Acked-by: Thomas Gleixner <tglx@linutronix.de>	[x86]
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-09-24 15:54:09 -07:00
..
2019-07-22 12:00:51 +02:00
2018-12-03 10:49:13 +01:00
2018-03-20 10:01:57 +01:00
2019-08-19 21:50:19 +02:00
2018-08-15 13:44:10 -07:00
2019-07-03 16:35:23 +02:00
2019-04-16 12:26:18 +02:00
2017-12-22 20:13:04 +01:00
2019-07-16 19:23:22 -07:00
2019-08-23 10:11:01 +02:00
2019-04-22 11:42:59 +02:00
2019-09-18 09:49:13 -07:00
2019-07-17 23:17:38 +02:00
2019-07-22 12:00:51 +02:00
2019-06-17 12:43:44 +02:00
2019-07-16 19:23:25 -07:00
2018-06-07 10:23:33 -07:00
2019-07-31 19:03:35 +02:00
2018-07-20 01:11:45 +02:00
2019-07-12 15:41:33 -07:00
2018-03-20 10:01:57 +01:00
2019-04-10 09:53:31 +02:00
2019-09-02 14:02:59 +02:00
2019-04-11 16:21:51 +02:00
2019-05-08 13:13:57 +02:00