[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0811061024070.6009@quilx.com>
Date: Thu, 6 Nov 2008 10:27:16 -0600 (CST)
From: Christoph Lameter <cl@...ux-foundation.org>
To: Mike Travis <travis@....com>
cc: Ingo Molnar <mingo@...e.hu>, akpm@...ux-foundation.org,
Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
Vegard Nossum <vegard.nossum@...il.com>
Subject: Re: [patch 5/7] x86_64: Support for cpu ops
On Thu, 6 Nov 2008, Mike Travis wrote:
> Sorry, this was on my plate but the 4096 cpus if far more critical to get
> released and available. As soon as that's finally done, I can get back to
> the pda/zero-based changes.
You cannot solve your 4k issues without getting the zerobased stuff in
becaus otherwise the large pointer arrays in the core (page allocator and
slab allocator etc) are not removable. Without getting zerobased sorted
out you will produce a lot of hacks around subsystems that create pointer
arrays that would go away easily if you had the percpu aallocator.
I'd say getting the zero based stuff issues fixed is a prerequisie for
further work on 4k making sense.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists