powerpc/pseries/cmm: Rip out memory isolate notifier
authorDavid Hildenbrand <david@redhat.com>
Thu, 31 Oct 2019 14:29:27 +0000 (15:29 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Nov 2019 05:58:01 +0000 (16:58 +1100)
commit7659f5d6448095ef436891c33bdd7c8500620a00
tree21db5093c6e6546a5c7b6a4532c6a4d278a1ac79
parent287b89773d8172df049f0f4c27946b2ae4ac4b41
powerpc/pseries/cmm: Rip out memory isolate notifier

The memory isolate notifier was added to allow to offline memory
blocks that contain inflated/"loaned" pages. We can achieve the same
using the balloon compaction framework.

Get rid of the memory isolate notifier. Also, we can get rid of
cmm_mem_going_offline(), as we will never reach that code path now
when we have allocated memory in the balloon (allocated pages are
unmovable and will no longer be special-cased using the memory
isolation notifier).

Leave the memory notifier in place, so we can still back off in case
memory gets offlined.

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191031142933.10779-7-david@redhat.com
arch/powerpc/platforms/pseries/cmm.c