]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 14 Apr 2015 07:01:56 +0000 (17:01 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Apr 2015 01:55:28 +0000 (11:55 +1000)
commitbadd4ab64bec67558145696016e1b4c937fdf123
treead779e9419f171775c9d768c6400634790b14bb0
parent5f3d782893c5092ec7fe6f4129b3262c6d71b979
powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE

d54e799398 "powerpc/pseries: Implement memory hotplug remove in the kernel"
broke compile when CONFIG_MEMORY_HOTREMOVE is not defined due to missing
symbols. This fixes the issue by adding the missing symbols.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Acked-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/hotplug-memory.c