From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH 3/6] x86: Convert cpu_sibling_map to be a per cpu variable (v2) (fwd) Date: Wed, 5 Sep 2007 09:10:10 +0100 References: <20070904141055.e00a60d7.akpm@linux-foundation.org> <46DDE623.1090402@sgi.com> In-Reply-To: <46DDE623.1090402@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709050910.10954.ak@suse.de> Sender: owner-linux-mm@kvack.org Return-Path: To: Mike Travis Cc: Andrew Morton , clameter@sgi.com, steiner@sgi.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, kamalesh@linux.vnet.ibm.com List-ID: > > It'd be better to convert the unconverted architectures? Agreed. > I can easily do the changes for ia64 and test them. I don't have the > capability of testing on the powerpc. You can get cross compilers and make it compile and I'm sure some powerpc person will be happy to test it then when you post the patches > And are you asking for just the changes to fix the build problem, or the > whole set of the changes that were made for x86_64 and i386 in regards to > converting NR_CPU arrays to per cpu data? At least the variables that are used by non architecture specific code (like cpu_sibling_map) should be probably all converted. For architecture specific variables it's ok to leave it to the architecture people. -Andi -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org