s390/memory hotplug: provide memory_block_size_bytes() function
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 2 May 2013 07:15:58 +0000 (09:15 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 2 May 2013 13:50:27 +0000 (15:50 +0200)
commite5d709bb5fb758281b5a5dbda50823bb68b3a066
tree16c3c985549433a74b7e2e4d507a3bc51adb27f9
parentdf1bd59c5cc247d1d02588ff0a4e86a0cc5f9733
s390/memory hotplug: provide memory_block_size_bytes() function

Commit 0c2c99b1b "memory hotplug: Allow memory blocks to span
multiple memory sections" introduced a weak memory_block_size_bytes()
function which can be used to set the size of a memory block as
seen in sysfs.
Provide an s390 specific override which makes sure that each
memory block has at least a size of 256MB or the increment size of
of a memory increment, whatever is larger.
This way we can make sure that the number of memory sysfs objects
doesn't explode for very large memory configurations.

Reported-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/init.c