Re: problems in linux-next (Was: Re: linux-next: Tree for December1)

From: Christoph Lameter
Date: Tue Dec 01 2009 - 10:49:13 EST


On Tue, 1 Dec 2009, Tejun Heo wrote:

> The problem is that on UP configurations. Percpu memory allocator
> becomes a simple wrapper around kmalloc and there's no way to specify
> larger alignment when requesting memory from kmalloc.

There is usually no point in aligning in UP. Alignment is typically done
for smp configurations to limit cache line bouncing and control cache line
use/

> It would be best if there's a clean way to allocate memory with
> alignment larger than SMP_CACHE_BYTES. If not, I think I'll add a
> separate cache for cwqs on UP so that the alignment requirement can be
> met. Is there any way to get better aligned memory without creating a
> separate cache or allocating larger memory and aligning by chopping
> off?

Simply drop the alignment for UP?

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