From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <478BB336.5000004@sgi.com> Date: Mon, 14 Jan 2008 11:08:38 -0800 From: Mike Travis MIME-Version: 1.0 Subject: Re: [PATCH 06/10] x86: Change NR_CPUS arrays in topology References: <20080113183453.973425000@sgi.com> <20080113183454.815670000@sgi.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Jan Engelhardt Cc: Andrew Morton , Andi Kleen , mingo@elte.hu, Christoph Lameter , Jack Steiner , linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Jan 13 2008 10:34, travis@sgi.com wrote: >> +++ b/include/asm-x86/cpu.h >> @@ -7,7 +7,7 @@ >> #include >> #include >> >> -struct i386_cpu { >> +struct x86_cpu { >> struct cpu cpu; >> }; >> extern int arch_register_cpu(int num); > > Is not struct x86_cpu kinda redundant here if it only wraps around > one member? Looking at it, I think the x86 arch specific include file is including the generic struct cpu (instead of say, a different one)...? Thanks, Mike -- 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