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

Add new AMD cpuid flags to cpuinfo

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

 25-akpm/arch/x86_64/kernel/setup.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN arch/x86_64/kernel/setup.c~x86_64-add-new-amd-cpuid-flags-to-cpuinfo arch/x86_64/kernel/setup.c
--- 25/arch/x86_64/kernel/setup.c~x86_64-add-new-amd-cpuid-flags-to-cpuinfo	Wed Mar 23 15:38:17 2005
+++ 25-akpm/arch/x86_64/kernel/setup.c	Wed Mar 23 15:38:17 2005
@@ -1086,6 +1086,8 @@ static int show_cpuinfo(struct seq_file 
 		"fid",  /* frequency id control */
 		"vid",  /* voltage id control */
 		"ttp",  /* thermal trip */
+		"tm",
+		"stc"
 	};
 
 
_