
From: "Andi Kleen" <ak@suse.de>

It is not very useful to the user and more an kernel internal implementation
detail.  So hide it.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 arch/x86_64/kernel/setup.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/kernel/setup.c~x86_64-dont-print-the-internal-k8c-flag-in arch/x86_64/kernel/setup.c
--- 25/arch/x86_64/kernel/setup.c~x86_64-dont-print-the-internal-k8c-flag-in	2005-05-13 22:54:47.000000000 -0700
+++ 25-akpm/arch/x86_64/kernel/setup.c	2005-05-13 22:54:47.000000000 -0700
@@ -1095,7 +1095,7 @@ static int show_cpuinfo(struct seq_file 
 		NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
 
 		/* Other (Linux-defined) */
-		"cxmmx", NULL, "cyrix_arr", "centaur_mcr", "k8c+",
+		"cxmmx", NULL, "cyrix_arr", "centaur_mcr", NULL,
 		"constant_tsc", NULL, NULL,
 		NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
 		NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
_
