Re: [RFC 7/8] Single zone optimizations

From: Andi Kleen
Date: Fri Jul 07 2006 - 20:21:52 EST


On Saturday 08 July 2006 02:05, Christoph Lameter wrote:
> Single Zone Optimizations
>
> If we only have a single zone then various macros can be optimized.
>
> We do not need to protect higher zones etc etc.

Nearly all the stuff you remove is slow path and even __init
where neither performance nor code size matter much.
The ifdefs look ugly.

I have my doubts they are worth it.

-Andi


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