Re: Linux 2.5.40-ac1

Christoph Hellwig (hch@infradead.org)
Thu, 3 Oct 2002 15:17:07 +0100


On Thu, Oct 03, 2002 at 09:38:11AM +1000, Greg Ungerer wrote:
> What do you think about the separate mm/mmnommu directories
> at the top level? Should the mmnommu be merged into mm?

The sepearate one is horrible maintaince wise. Please introduce
CONFIG_MMU and try to make as many _files_ in mm/ conditional on
those. Else use the proper ways (cond_syscall(), inline stubs) to
hide the differences.

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