Re: [PATCH 2/5] page_alloc: Add movablecore_map boot option.

2012-11-20 Thread Yasuaki Ishimatsu
Hi Tang, When I applied the patch, following error occurred. mm/page_alloc.c: In function ‘insert_movablecore_map’: mm/page_alloc.c:5061: error: label ‘out’ used but not defined Thanks, Yasuaki Ishimatsu 2012/11/19 23:27, Tang Chen wrote: > This patch adds functions to parse movablecore_map boo

Re: [PATCH 2/5] page_alloc: Add movablecore_map boot option.

2012-11-20 Thread Yasuaki Ishimatsu
Hi Tang, The patch has two extra whitespaces. 2012/11/19 23:27, Tang Chen wrote: > This patch adds functions to parse movablecore_map boot option. Since the > option could be specified more then once, all the maps will be stored in > the global variable movablecore_map.map array. > > And also, w

[PATCH 2/5] page_alloc: Add movablecore_map boot option.

2012-11-19 Thread Tang Chen
This patch adds functions to parse movablecore_map boot option. Since the option could be specified more then once, all the maps will be stored in the global variable movablecore_map.map array. And also, we keep the array in monotonic increasing order by start_pfn. And merge all overlapped ranges