Files
linux/arch/arm64/include/asm
Mike Rapoport 615c48ad8f arm64/mm: don't initialize pgd_cache twice
When PGD_SIZE != PAGE_SIZE, arm64 uses kmem_cache for allocation of PGD
memory. That cache was initialized twice: first through
pgtable_cache_init() alias and then as an override for weak
pgd_cache_init().

Remove the alias from pgtable_cache_init() and keep the only pgd_cache
initialization in pgd_cache_init().

Fixes: caa8413601 ("x86/mm: Initialize PGD cache during mm initialization")
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2019-06-18 14:37:28 +01:00
..
2019-02-26 16:57:59 +00:00
2017-08-08 16:28:13 +01:00
2016-09-09 11:41:13 +01:00
2014-11-05 09:03:25 +01:00
2019-04-16 16:27:36 +01:00
2019-04-18 17:14:01 +01:00
2018-12-06 14:38:51 +00:00
2019-01-21 17:31:15 +00:00
2018-05-07 07:15:41 +02:00
2014-11-28 10:24:59 +00:00
2019-05-29 13:45:59 +01:00
2016-11-07 18:15:21 +00:00