[PATCH 04/11] memblock: Introduce memblock_set_current_limit_low() to set lower limit of memblock.

2013-08-27 Thread Tang Chen
Corresponding to memblock_set_current_limit_high(), we introduce memblock_set_current_limit_low() to set the lowest limit for memblock. Signed-off-by: Tang Chen Reviewed-by: Zhang Yanfei --- include/linux/memblock.h |9 - mm/memblock.c|5 + 2 files changed, 13

[PATCH 04/11] memblock: Introduce memblock_set_current_limit_low() to set lower limit of memblock.

2013-08-27 Thread Tang Chen
Corresponding to memblock_set_current_limit_high(), we introduce memblock_set_current_limit_low() to set the lowest limit for memblock. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com Reviewed-by: Zhang Yanfei zhangyan...@cn.fujitsu.com --- include/linux/memblock.h |9 -