Re: [PATCH] slab: reduce numa text size

From: Christoph Lameter
Date: Fri Sep 29 2006 - 11:59:06 EST


On Fri, 29 Sep 2006, Pekka J Enberg wrote:

> This patch reduces NUMA text size of mm/slab.o a little on x86 by using
> a local variable to store the result of numa_node_id().

Looks okay.

The convention for this local variable is to use simply "node"
not "thisnode". See other optimizations like that in the slab
allocator.

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