Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762564AbYCCTNt (ORCPT ); Mon, 3 Mar 2008 14:13:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755961AbYCCTNk (ORCPT ); Mon, 3 Mar 2008 14:13:40 -0500 Received: from relay1.sgi.com ([192.48.171.29]:42348 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754228AbYCCTNj (ORCPT ); Mon, 3 Mar 2008 14:13:39 -0500 Date: Mon, 3 Mar 2008 11:13:38 -0800 (PST) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Pekka J Enberg cc: akpm@linux-foundation.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: move cache_line_size() to In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 468 Lines: 11 Good idea. That also allows us to get rid of SLAB_HWCACHE_ALIGN. All users would have to specify cache_line_size() as the alignment instead of using SLAB_HWCACHE_ALIGN. Reviewed-by: Christoph Lameter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/