From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <20080208233738.699960000@polaris-admin.engr.sgi.com> References: <20080208233738.108449000@polaris-admin.engr.sgi.com> Date: Fri, 08 Feb 2008 15:37:42 -0800 From: Mike Travis Subject: [PATCH 4/4] x86: minor cleanup of comments in processor.h Content-Disposition: inline; filename=cleanup-processor.h Sender: owner-linux-mm@kvack.org Return-Path: To: Andrew Morton , Ingo Molnar , Thomas Gleixner , Andi Kleen Cc: Christoph Lameter , Jack Steiner , linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: Removal of trivial comments in processor.h Based on linux-2.6.git + x86.git Signed-off-by: Mike Travis --- include/asm-x86/processor.h | 4 ---- 1 file changed, 4 deletions(-) --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h @@ -302,10 +302,6 @@ union i387_union { }; #ifdef CONFIG_X86_32 -/* - * the following now lives in the per cpu area: - * extern int cpu_llc_id[NR_CPUS]; - */ DECLARE_PER_CPU(u8, cpu_llc_id); #else DECLARE_PER_CPU(struct orig_ist, orig_ist); -- -- 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