From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [Bug #14467] Linker errors on ia64 with NR_CPUS=4096 Date: Thu, 29 Oct 2009 16:33:53 +0100 Message-ID: <4AE9B5E1.7030509@kernel.org> References: <6dRYo8ss7vL.A.nnF.Cre5KB@chimera> <4AE9AB23.8010207@kernel.org> <4AE9B090.9090107@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Christoph Lameter Cc: Jiri Kosina , "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , Ingo Molnar , Jeff Mahoney , "Luck, Tony" , Peter Zijlstra , Peter Zijlstra Hello, Christoph Lameter wrote: > As I have said repeately before: We need this for dynamic DMA slab > creation in SLUB. Since you got it already halfway in: Complete it and I > can get rid of the static percpu definitions that I had to add to be able > to use the new percpu allocator. I completely forgot about that. The biggest cause of my reluctance is that it's gonna make locking more complex as I really like the current dumb locking in alloc path. Oh well, I'm putting it on my todo list. Thanks. -- tejun