From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Thu, 22 Sep 2005 20:15:21 +0000 Subject: Re: [PATCH] Increase maximum kmalloc size to 256K Message-Id: <20050922131521.77da1684.akpm@osdl.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Lameter Cc: linux-mm@kvack.org, linux-ia64@vger.kernel.org, manfred@colorfulllife.com Christoph Lameter wrote: > > The workqueue structure can grow larger than 128k under 2.6.14-rc2 (with > all debugging features enabled on 64 bit platforms) Would it be better to use alloc_percpu() in there? Bearing in mind that one day we'll probably have an alloc_percpu() which incurs one less indirection and which allocates things node-affinely.