Re: [PATCH 2/3] x86:aperture_64: code pattern clean

2013-04-15 Thread Yinghai Lu
On Mon, Apr 15, 2013 at 1:07 AM, Wang YanQing wrote: > > This patch don't change code function, > it just do prepare for import the > memblock_alloc_in_range to do the code pattern > which looks like below in one function: > > memblock_find_in_range() > follow by > memblock_reserve() > > Signed-of

[PATCH 2/3] x86:aperture_64: code pattern clean

2013-04-15 Thread Wang YanQing
This patch don't change code function, it just do prepare for import the memblock_alloc_in_range to do the code pattern which looks like below in one function: memblock_find_in_range() follow by memblock_reserve() Signed-off-by: Wang YanQing --- arch/x86/kernel/aperture_64.c | 4 ++-- 1 file c