]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mm: remove obsolete alloc_remap()
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Mar 2018 22:14:56 +0000 (23:14 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 16 Mar 2018 09:56:13 +0000 (10:56 +0100)
commit79375ea3ec527f746d5beae8c8f6e8a58740d4a8
tree68862deeecaeb2c631195ee7d4c523a58272f1bf
parent1a8429132e1d2ada3832db5b4a0802c49affb750
mm: remove obsolete alloc_remap()

Tile was the only remaining architecture to implement alloc_remap(),
and since that is being removed, there is no point in keeping this
function.

Removing all callers simplifies the mem_map handling.

Reviewed-by: Pavel Tatashin <pasha.tatashin@oracle.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/linux/bootmem.h
mm/page_alloc.c
mm/sparse.c