summaryrefslogtreecommitdiff
path: root/Intel
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2010-09-22 12:21:55 -0400
committerDave Jones <davej@redhat.com>2010-09-22 12:21:55 -0400
commitc8ccff828007c27a2f5f0b38a72b59977bcc8686 (patch)
tree97823a469f56cd3ce3f9ce5af682a317fa10c7a0 /Intel
parent2db7d2ef917f665f87dd45ae098f997f78ff41ea (diff)
Add an atom ident.
Diffstat (limited to 'Intel')
-rw-r--r--Intel/identify-family6-extended.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Intel/identify-family6-extended.c b/Intel/identify-family6-extended.c
index 92df497..9ab5400 100644
--- a/Intel/identify-family6-extended.c
+++ b/Intel/identify-family6-extended.c
@@ -269,6 +269,10 @@ SLGAS 723 m-FCBGA M-0 1.20/(n/a)/(n/a) 800 N/A 10 1 (Celeron)
}
break;
+ case 0x1c:
+ add_to_cpuname("Atom");
+ break;
+
case 0x1e:
add_to_cpuname("Core i7 (Nehalem) [Lynnfield/Clarksfield/Jasper Forest]");
break;