[PATCH 4/4] x86: minor cleanup of comments in processor.h

From: Mike Travis
Date: Fri Feb 08 2008 - 18:38:38 EST


Removal of trivial comments in processor.h

Based on linux-2.6.git + x86.git

Signed-off-by: Mike Travis <travis@xxxxxxx>
---
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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/