]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Drop select of MEMORY_HOTPLUG
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Dec 2016 09:50:45 +0000 (20:50 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Dec 2016 11:07:14 +0000 (22:07 +1100)
commit1b550a769facce911548c7c0e37032705cb7d1c0
treeaa4b6f27bb58cfad2e85705d7a2359e909fbd232
parentea131f8a9babbf66b3cafc230bd199366f921c01
powerpc/cell: Drop select of MEMORY_HOTPLUG

SPU_FS selects MEMORY_HOTPLUG, which is problematic because
MEMORY_HOTPLUG is user selectable, meaning we can end up with a broken
.config where MEMORY_HOTPLUG is enabled but its dependencies are not,
leading to build breakages.

The select of MEMORY_HOTPLUG for SPU_FS was added back in 2006, in
commit cc595bb8d0d1 ("[POWERPC] spufs: fix memory hotplug dependency").

However we reworked the spufs code and removed the dependency on memory
hotplug in 2007 in commit f846e054a754 ("[POWERPC] spufs: remove need
for struct page for SPEs").

So drop the select as it's no longer needed and causes problems.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/cell/Kconfig