]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmap: remove the IA64-specific vma expansion implementation
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 13 Nov 2023 12:47:28 +0000 (13:47 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:32 +0000 (13:16 -0800)
commit7f5efbdc5bf6136c0c2520c4aa8ae1b1f7d3f040
tree3ec76f0ac45355b53e9a869896bec9b31723a0b5
parentb214df55faba4795105572d6a0ea1cc49c1e4504
mmap: remove the IA64-specific vma expansion implementation

With commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"),
there is no need to keep the IA64-specific vma expansion.

Clean up the IA64-specific vma expansion implementation.

Link: https://lkml.kernel.org/r/20231113124728.3974-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: David Hildenbrand <david@redhat.com>
Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mmap.c