From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 14 Jan 2008 19:25:31 +0100 (CET) From: Jan Engelhardt Subject: Re: [PATCH 06/10] x86: Change NR_CPUS arrays in topology In-Reply-To: <20080113183454.815670000@sgi.com> Message-ID: References: <20080113183453.973425000@sgi.com> <20080113183454.815670000@sgi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: travis@sgi.com Cc: Andrew Morton , Andi Kleen , mingo@elte.hu, Christoph Lameter , Jack Steiner , linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: 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? -- 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