Re: [PATCH] Allow flatmem to be disabled when only sparsemem is implemented

From: Andy Whitcroft
Date: Fri Nov 11 2005 - 14:41:43 EST


Andy Whitcroft wrote:
> Anton Blanchard wrote:
>
>>On architectures that implement sparsemem but not discontigmem we want
>>to be able to hide the flatmem option in some cases. On ppc64 for
>>example, when we select NUMA we must not select flatmem.
>
> First reaction is that this is very reasonable. I can see why you need
> to do this as you don't have DISCONTIGMEM. I will just go check the
> major architectures and make sure they arn't relying on being able to
> enable SPARSEMEM and getting FLATMEM too behaviour. I don't think they
> can be as they all have DISCONTIGMEM and so should be insulated.

Ok. I've reviewed the usage of the memory model selectors in the
architectures in 2.6.14-mm2. It appears that only i386 is affected by
this change, the others that use the selector have explicit enablement
of FLATMEM. This patch will interact badly with the current code to
enable SPARSEMEM on non-numa systems. However, this code is under
review at this moment, and the proposed replacement (Message-ID:
<4370BC30.40100@xxxxxxxxxxxx>) is compatible with this change.

In short as long as they go in together this change looks good.

Magnus, any feedback on the replacement SPARSEMEM enabler on non-NUMA
i386 systems??

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