From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759506AbXK0VSp (ORCPT ); Tue, 27 Nov 2007 16:18:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756891AbXK0VSi (ORCPT ); Tue, 27 Nov 2007 16:18:38 -0500 Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:43738 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757012AbXK0VSh (ORCPT ); Tue, 27 Nov 2007 16:18:37 -0500 Date: Tue, 27 Nov 2007 13:18:36 -0800 (PST) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: David Mosberger-Tang cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, tony.luck@intel.com Subject: Re: [patch 04/14] ia64: Remove the __SMALL_ADDR_AREA attribute for per cpu access In-Reply-To: Message-ID: References: <20071127001407.859743255@sgi.com> <20071127001430.083503280@sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Nov 2007, David Mosberger-Tang wrote: > Uniformity for the sake of uniformity? The small data addressing is > really elegant and I don't think it should be dropped just for the > sake of uniformity. Uniformity for the sake of code size reduction and easier maintenance. Yes I think it would be great to have this feature on all arches if possible. If someone could work with the gcc /linker folks to get this done that would be great. But the feature has been removed from gcc and so its not usable for IA64 with a current compiler anymore. This is basically removing useless code.