diff options
author | Andi Kleen <ak@suse.de> | 2005-05-17 00:53:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 10:59:14 -0400 |
commit | 622dcaf974668f7dee252fc6a8f9a2710c2070f4 (patch) | |
tree | 482234c3793d1328976a505b54e0425248b29597 /arch/x86_64 | |
parent | 2942283e970b357c146ebdcbbcc0bdf5048615ff (diff) |
[PATCH] x86_64: Don't print the internal k8c+ flag in /proc/cpuinfo
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 966dfc768cba..b9fd0252c279 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -1095,7 +1095,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
1095 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 1095 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
1096 | 1096 | ||
1097 | /* Other (Linux-defined) */ | 1097 | /* Other (Linux-defined) */ |
1098 | "cxmmx", NULL, "cyrix_arr", "centaur_mcr", "k8c+", | 1098 | "cxmmx", NULL, "cyrix_arr", "centaur_mcr", NULL, |
1099 | "constant_tsc", NULL, NULL, | 1099 | "constant_tsc", NULL, NULL, |
1100 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 1100 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
1101 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 1101 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |