Re: [PATCH] mm: CONFIG_HAVE_MEMBLOCK_NODE ->CONFIG_HAVE_MEMBLOCK_NODE_MAP

From: Tejun Heo
Date: Fri Jun 29 2012 - 16:23:31 EST


On Fri, Jun 29, 2012 at 01:21:57PM -0700, Andrew Morton wrote:
> > static inline int zone_movable_is_highmem(void)
> > {
> > -#if defined(CONFIG_HIGHMEM) && defined(CONFIG_HAVE_MEMBLOCK_NODE)
> > +#if defined(CONFIG_HIGHMEM) && defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP)
> > return movable_zone == ZONE_HIGHMEM;
> > #else
> > return 0;
>
> Huh. I wonder why nobody noticed.

Well, the combination is 32bit + memory hotplug....

--
tejun
--
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/