]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/mm/mmap: Remove arch_vma_name()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:12 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:33 +0000 (12:37 +0100)
commitf2182dc40a3133fb4308971d164b95d9c405101d
treee77b3b5683c81787daf83d05f9f5d6ba3f5a660c
parentc9b5482d0e726826034fd6e2302d7458e685d2cb
x86/mm/mmap: Remove arch_vma_name()

This function does not contain any logic, delete it so the equivalent
weak definition from kernel/signal.c is used instead.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241010-vdso-generic-base-v1-10-b64f0842d512@linutronix.de
arch/x86/mm/mmap.c