782de70c42
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> |
||
---|---|---|
.. | ||
Kbuild | ||
assembler.h | ||
barrier.h | ||
bitfield.h | ||
cache.h | ||
cache_info.h | ||
cacheflush.h | ||
current.h | ||
delay.h | ||
elf.h | ||
fixmap.h | ||
fpu.h | ||
fpuemu.h | ||
ftrace.h | ||
futex.h | ||
highmem.h | ||
io.h | ||
irqflags.h | ||
l2_cache.h | ||
linkage.h | ||
memory.h | ||
mmu.h | ||
mmu_context.h | ||
module.h | ||
nds32.h | ||
nds32_fpu_inst.h | ||
page.h | ||
perf_event.h | ||
pgalloc.h | ||
pgtable.h | ||
pmu.h | ||
proc-fns.h | ||
processor.h | ||
ptrace.h | ||
sfp-machine.h | ||
shmparam.h | ||
stacktrace.h | ||
string.h | ||
suspend.h | ||
swab.h | ||
syscall.h | ||
syscalls.h | ||
thread_info.h | ||
tlb.h | ||
tlbflush.h | ||
uaccess.h | ||
unistd.h | ||
vdso.h | ||
vdso_datapage.h | ||
vdso_timer_info.h |