Re: [PATCH] mm: don't use ZONE_DMA unless CONFIG_ZONE_DMA is set in setup.c

From: Dave Jones
Date: Tue Mar 06 2007 - 23:15:53 EST


On Tue, Mar 06, 2007 at 05:52:46PM -0800, Andrew Morton wrote:
> On Tue, 06 Mar 2007 18:52:59 -0500
> Andres Salomon <dilinger@xxxxxxxxxx> wrote:
>
> > If CONFIG_ZONE_DMA is ever undefined, ZONE_DMA will also not be defined,
> > and setup.c won't compile. This wraps it with an #ifdef.
> >
>
> I guess if anyone tries to disable ZONE_DMA on i386 they'll pretty quickly
> discover that. But I don't think we need to "fix" it yet?

CONFIG_ZONE_DMA isn't even optional on i386, so I'm curious how
you could hit this compile failure.

Dave

--
http://www.codemonkey.org.uk
-
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/