Re: [RFC PATCH v0 5/5] powerpc/mm/radix: Remove split_kernel_mapping()

2020-06-22 Thread Aneesh Kumar K.V
Bharata B Rao writes: > With hot-plugged memory getting mapped with 2M mappings always, > there will be no need to split any mappings during unplug. > > Hence remove split_kernel_mapping() and associated code. This > essentially is a revert of > commit 4dd5f8a99e791 ("powerpc/mm/radix: Split line

[RFC PATCH v0 5/5] powerpc/mm/radix: Remove split_kernel_mapping()

2020-04-05 Thread Bharata B Rao
With hot-plugged memory getting mapped with 2M mappings always, there will be no need to split any mappings during unplug. Hence remove split_kernel_mapping() and associated code. This essentially is a revert of commit 4dd5f8a99e791 ("powerpc/mm/radix: Split linear mapping on hot-unplug") Signed-