]> git.baikalelectronics.ru Git - kernel.git/commit
mm, tile: drop arch_{add,remove}_memory
authorMichal Hocko <mhocko@suse.com>
Thu, 30 Mar 2017 11:54:50 +0000 (13:54 +0200)
committerChris Metcalf <cmetcalf@mellanox.com>
Thu, 30 Mar 2017 15:32:25 +0000 (11:32 -0400)
commitb3019f5788590ec1bb638b6d4b76094c3e3df243
tree9baf3c37311286588f2134a4306f8f0740e43004
parentdb59a0555dc46387d9c52da402f659bfd6fb82fd
mm, tile: drop arch_{add,remove}_memory

these functions are unreachable because tile doesn't support memory
hotplug becasuse it doesn't select ARCH_ENABLE_MEMORY_HOTPLUG nor
it supports SPARSEMEM.

This code hasn't been compiled for a while obviously because nobody has
noticed that __add_pages has a different signature since 2009.

Signed-off-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/mm/init.c