Re: [PATCH 6/9] v4 Update the find_memory_block declaration

2010-08-09 Thread Nathan Fontenot
On 08/04/2010 11:59 PM, KAMEZAWA Hiroyuki wrote: > On Tue, 03 Aug 2010 08:41:45 -0500 > Nathan Fontenot wrote: > >> Update the find_memory_block declaration to to take a struct mem_section * >> so that it matches the definition. >> >> Signed-off-by: Nathan Fontenot > > Acked-by: KAMEZAWA Hiroyu

Re: [PATCH 6/9] v4 Update the find_memory_block declaration

2010-08-04 Thread KAMEZAWA Hiroyuki
On Tue, 03 Aug 2010 08:41:45 -0500 Nathan Fontenot wrote: > Update the find_memory_block declaration to to take a struct mem_section * > so that it matches the definition. > > Signed-off-by: Nathan Fontenot Acked-by: KAMEZAWA Hiroyuki Hmm...my mmotm-0727 has this definition in memory.h... e

[PATCH 6/9] v4 Update the find_memory_block declaration

2010-08-03 Thread Nathan Fontenot
Update the find_memory_block declaration to to take a struct mem_section * so that it matches the definition. Signed-off-by: Nathan Fontenot --- include/linux/memory.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/include/linux/memory.h ==