aboutsummaryrefslogtreecommitdiff
path: root/cpu/cpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/cpu.cpp')
-rw-r--r--cpu/cpu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/cpu.cpp b/cpu/cpu.cpp
index 2cc31ca..b901b87 100644
--- a/cpu/cpu.cpp
+++ b/cpu/cpu.cpp
@@ -68,6 +68,7 @@ static class abstract_cpu * new_package(int package, int cpu, char * vendor, int
case 0x2F: /* Westmere-EX Xeon */
case 0x25: /* Westmere */
case 0x2C: /* Westmere */
+ case 0x27: /* Medfield Atom*/
ret = new class nhm_package;
break;
case 0x2A: /* SNB */