Re: [PATCH] x86: Use memblock_set_current_limit() to set limit for memblock.

2013-08-14 Thread Pekka Enberg
On 8/14/13 6:44 AM, Tang Chen wrote: In setup_arch() of x86, it set memblock.current_limit directly. We should use memblock_set_current_limit(). If the implementation is changed, it is easy to maintain. Signed-off-by: Tang Chen Reviewed-by: Pekka Enberg -- To unsubscribe from this list:

Re: [PATCH] x86: Use memblock_set_current_limit() to set limit for memblock.

2013-08-14 Thread Pekka Enberg
On 8/14/13 6:44 AM, Tang Chen wrote: In setup_arch() of x86, it set memblock.current_limit directly. We should use memblock_set_current_limit(). If the implementation is changed, it is easy to maintain. Signed-off-by: Tang Chen tangc...@cn.fujitsu.com Reviewed-by: Pekka Enberg