(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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>