Re: [PATCH 1/2 v2] mm: Factor out memory isolate functions

From: Kamezawa Hiroyuki
Date: Thu Jun 28 2012 - 03:13:33 EST


(2012/06/27 16:51), Minchan Kim wrote:
> Now mm/page_alloc.c has some memory isolation functions but they
> are used oly when we enable CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
> So let's make it configurable by new CONFIG_MEMORY_ISOLATION so that it
> can reduce binary size and we can check it simple by
> CONFIG_MEMORY_ISOLATION,
> not if defined CONFIG_{CMA|MEMORY_HOTPLUG|MEMORY_FAILURE}.
>
> This patch is based on next-20120626
>
> * from v1
> - rebase on next-20120626
>
> Cc: Andi Kleen <andi@xxxxxxxxxxxxxx>
> Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>
> Signed-off-by: Minchan Kim <minchan@xxxxxxxxxx>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/