diff options
author | Michal Ludvig <michal@logix.cz> | 2006-06-23 05:04:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:42:59 -0400 |
commit | 224f611c1639cb6c134a934dae7f7b9f0ac3b540 (patch) | |
tree | c5fb2f73e606dc172528f15947cef1d9c0df9e13 /arch | |
parent | 7e04a1183eac3e6b3570a154c8677fd9184b51e7 (diff) |
[PATCH] x86: VIA C7 CPU flags
New CPU flags for next generation of crypto engine as found in VIA C7
processors.
Signed-off-by: Michal Ludvig <michal@logix.cz>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/cpu/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/proc.c b/arch/i386/kernel/cpu/proc.c index f94cdb7aca50..a19fcb262dbb 100644 --- a/arch/i386/kernel/cpu/proc.c +++ b/arch/i386/kernel/cpu/proc.c | |||
@@ -52,7 +52,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
52 | 52 | ||
53 | /* VIA/Cyrix/Centaur-defined */ | 53 | /* VIA/Cyrix/Centaur-defined */ |
54 | NULL, NULL, "rng", "rng_en", NULL, NULL, "ace", "ace_en", | 54 | NULL, NULL, "rng", "rng_en", NULL, NULL, "ace", "ace_en", |
55 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 55 | "ace2", "ace2_en", "phe", "phe_en", "pmm", "pmm_en", NULL, NULL, |
56 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 56 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
57 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | 57 | NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
58 | 58 | ||